From 59c4558dc897c37dc9ac2f5e532090e15d2810bc Mon Sep 17 00:00:00 2001 From: gargroh <42495927+gargroh@users.noreply.github.com> Date: Thu, 9 Jan 2020 04:59:21 +0530 Subject: [PATCH] grouping txt (#1837) * grouping txt * Update App.js --- examples/grouping-column/src/App.js | 2 +- examples/grouping/src/App.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/grouping-column/src/App.js b/examples/grouping-column/src/App.js index 638e169..f95f994 100644 --- a/examples/grouping-column/src/App.js +++ b/examples/grouping-column/src/App.js @@ -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 ( diff --git a/examples/grouping/src/App.js b/examples/grouping/src/App.js index 728384c..44d0f9e 100644 --- a/examples/grouping/src/App.js +++ b/examples/grouping/src/App.js @@ -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 (