We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc1e96c commit d4ee80dCopy full SHA for d4ee80d
README.md
@@ -25,6 +25,8 @@ $("div#wrapper").Grid({
25
});
26
```
27
28
+Live example: https://codesandbox.io/s/gridjs-jquery-jq4zf
29
+
30
Grid.js can also convert an HTML table. Simply select the table with jQuery
31
and call `Grid`:
32
@@ -35,6 +37,8 @@ $("table#myTable").Grid();
35
37
You can pass all Grid.js configs to the `Grid` function.
36
38
See [Grid.js Config](https://gridjs.io/docs/config) for more details.
39
40
41
42
## License
43
44
MIT
0 commit comments