Skip to content

Commit b0df397

Browse files
authored
Update README.md
1 parent 131d1fe commit b0df397

File tree

1 file changed

+22
-23
lines changed

1 file changed

+22
-23
lines changed

README.md

Lines changed: 22 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -44,24 +44,40 @@ DataGridXL is the *new grid on the block™*! Written in Javascript ES6, made in
4444

4545
</div>
4646

47+
## Usage
48+
49+
Include `datagridxl2.js` in your web page HTML file:
50+
51+
```html
52+
<script src="https://code.datagridxl.com/datagridxl2.js"></script>
53+
```
54+
55+
Then, run this code inside your HTML/JS:
56+
57+
```html
58+
<div id="grid" style="height:400px;"></div>
59+
<script>
60+
var grid = new DataGridXL("grid");
61+
</script>
62+
```
4763
## Why DataGridXL?
4864

49-
### 1. Just like Excel & Google Sheets
65+
**1. Just like Excel & Google Sheets**
5066
Keyboard, mouse and touchscreen controls are familiar to your users.
5167

52-
### 2. Lightweight & Super Fast
68+
**2. Lightweight & Super Fast**
5369
No dependencies. Display thousands of rows & columns. No hiccups!
5470

55-
### 3. Programmer Friendly
71+
**3. Programmer Friendly**
5672
Dozens of demos, extensive docs, even an interactive API playground.
5773

58-
### 4. Built in the 2020s
74+
**4. Built in the 2020s**
5975
Backed by a store & state model, just like React. Modern and reliable.
6076

61-
### 5. Top Notch Support
77+
**5. Top Notch Support**
6278
Support is fast and includes live code examples.
6379

64-
### 6. Framework Compatible
80+
**6. Framework Compatible**
6581
React, Angular, Vue and the next big thing: DataGridXL is compatible.
6682

6783
# See it in action:
@@ -75,23 +91,6 @@ Convert table data from any format to any format. E.g. JSON to Markdown or CSV t
7591

7692
Edit CSV files online just like Google Sheets. No need to sign up!
7793

78-
## Usage
79-
80-
Include `datagridxl2.js` in your web page HTML file:
81-
82-
```html
83-
<script src="https://code.datagridxl.com/datagridxl2.js"></script>
84-
```
85-
86-
Then, run this code inside your HTML/JS:
87-
88-
```html
89-
<div id="grid" style="height:400px;"></div>
90-
<script>
91-
var grid = new DataGridXL("grid");
92-
</script>
93-
```
94-
9594
## License
9695

9796
This DataGridXL software is free under a linkware license.

0 commit comments

Comments
 (0)