Skip to content

Commit 347e561

Browse files
author
Corjen Moll
committed
feat: Add examples & fix version number
1 parent 4ec46d5 commit 347e561

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ I've made this component because I was looking for a React table component that
2121
styling. I couldn't find it, so I decided to build something myself. This is my first open source React Component, any feedback or
2222
contributions are very welcome!
2323

24+
> Note: I've you need to render a really large dataset where performance is vital, something like
25+
> [react-virtualized](https://github.com/bvaughn/react-virtualized) is probably a better fit.
26+
2427
# Table of Contents
2528

2629
* [Installation](#installation)
@@ -165,7 +168,9 @@ These are the internal state values
165168

166169
# Examples
167170

168-
Will add some examples soon!
171+
* [Uncontrolled example](https://codesandbox.io/s/2zmrjm564r)
172+
* [Controlled example](https://codesandbox.io/s/4r08q2vx94)
173+
* [Without pagination](https://codesandbox.io/s/4rw4pvykzx)
169174

170175
# TODO
171176

0 commit comments

Comments
 (0)