grouping txt (#1837)

* grouping txt

* Update App.js
This commit is contained in:
gargroh
2020-01-08 16:29:21 -07:00
committed by Tanner Linsley
parent 9baf3c275b
commit 59c4558dc8
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -122,7 +122,7 @@ function Table({ columns, data }) {
)
// We don't want to render all of the rows for this example, so cap
// it at 20 for this use case
// it at 100 for this use case
const firstPageRows = rows.slice(0, 100)
return (
+1 -1
View File
@@ -51,7 +51,7 @@ function Table({ columns, data }) {
)
// We don't want to render all of the rows for this example, so cap
// it at 20 for this use case
// it at 100 for this use case
const firstPageRows = rows.slice(0, 100)
return (