Skip to content

Commit d4ee80d

Browse files
committed
chore: adding the example link
1 parent cc1e96c commit d4ee80d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ $("div#wrapper").Grid({
2525
});
2626
```
2727

28+
Live example: https://codesandbox.io/s/gridjs-jquery-jq4zf
29+
2830
Grid.js can also convert an HTML table. Simply select the table with jQuery
2931
and call `Grid`:
3032

@@ -35,6 +37,8 @@ $("table#myTable").Grid();
3537
You can pass all Grid.js configs to the `Grid` function.
3638
See [Grid.js Config](https://gridjs.io/docs/config) for more details.
3739

40+
41+
3842
## License
3943

4044
MIT

0 commit comments

Comments
 (0)