Skip to content

Commit

Permalink
Fix typo in pagination option story (#1143)
Browse files Browse the repository at this point in the history
Fix typo in pagination option story, rowsPerPageText prop description.
  • Loading branch information
yunghog authored Aug 24, 2023
1 parent ad4fc7c commit 06621fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stories/DataTable/pagination/options.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { Story, Canvas } from '@storybook/addon-docs';
| Property | Type | Description |
| --------------------- | ------- | ----------------------------------------------------- |
| noRowsPerPage | boolean | hide the rows per page dropdown |
| rowsPerPageText | string | chan ge the page per fors text |
| rowsPerPageText | string | change the rows per page text |
| rangeSeparatorText | string | change the seperator text e.g. 1 - 10 'of' 100 rows |
| selectAllRowsItem | boolean | show 'All' as an option in the rows per page dropdown |
| selectAllRowsItemText | string | change the rows per page text |
Expand Down

0 comments on commit 06621fa

Please sign in to comment.