File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,9 @@ I've made this component because I was looking for a React table component that
2121styling. I couldn't find it, so I decided to build something myself. This is my first open source React Component, any feedback or
2222contributions 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
You can’t perform that action at this time.
0 commit comments