grouping txt (#1837)

* grouping txt

* Update App.js
This commit is contained in:
gargroh 2020-01-09 04:59:21 +05:30 committed by Tanner Linsley
parent 9baf3c275b
commit 59c4558dc8
2 changed files with 2 additions and 2 deletions

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 (

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 (