@@ -44,24 +44,40 @@ DataGridXL is the *new grid on the block™*! Written in Javascript ES6, made in
44
44
45
45
</div >
46
46
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
+ ```
47
63
## Why DataGridXL?
48
64
49
- ### 1. Just like Excel & Google Sheets
65
+ ** 1. Just like Excel & Google Sheets**
50
66
Keyboard, mouse and touchscreen controls are familiar to your users.
51
67
52
- ### 2. Lightweight & Super Fast
68
+ ** 2. Lightweight & Super Fast**
53
69
No dependencies. Display thousands of rows & columns. No hiccups!
54
70
55
- ### 3. Programmer Friendly
71
+ ** 3. Programmer Friendly**
56
72
Dozens of demos, extensive docs, even an interactive API playground.
57
73
58
- ### 4. Built in the 2020s
74
+ ** 4. Built in the 2020s**
59
75
Backed by a store & state model, just like React. Modern and reliable.
60
76
61
- ### 5. Top Notch Support
77
+ ** 5. Top Notch Support**
62
78
Support is fast and includes live code examples.
63
79
64
- ### 6. Framework Compatible
80
+ ** 6. Framework Compatible**
65
81
React, Angular, Vue and the next big thing: DataGridXL is compatible.
66
82
67
83
# 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
75
91
76
92
Edit CSV files online just like Google Sheets. No need to sign up!
77
93
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
-
95
94
## License
96
95
97
96
This DataGridXL software is free under a linkware license.
0 commit comments