diff --git a/src/components/Table/stories/docs/paginate.md b/src/components/Table/stories/docs/paginate.md index 6fb7ad3a..f1a9703f 100644 --- a/src/components/Table/stories/docs/paginate.md +++ b/src/components/Table/stories/docs/paginate.md @@ -1,4 +1,4 @@ -When you table has lots of rows you should consider breaking it up into pages. This can be done by setting the `paginated` option. +When your table has lots of rows you should consider breaking it up into pages. This can be done by setting the `paginated` option. When it is enabled, readers can leaf through the data using a set of buttons below the table. By default there are 25 records per page. You can change the number by adjusting the `pageSize` option. @@ -8,6 +8,7 @@ This is a good option when publishing large tables for readers to explore. It wo ```