Skip to content

Commit 06621fa

Browse files
authored
Fix typo in pagination option story (#1143)
Fix typo in pagination option story, rowsPerPageText prop description.
1 parent ad4fc7c commit 06621fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stories/DataTable/pagination/options.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { Story, Canvas } from '@storybook/addon-docs';
77
| Property | Type | Description |
88
| --------------------- | ------- | ----------------------------------------------------- |
99
| noRowsPerPage | boolean | hide the rows per page dropdown |
10-
| rowsPerPageText | string | chan ge the page per fors text |
10+
| rowsPerPageText | string | change the rows per page text |
1111
| rangeSeparatorText | string | change the seperator text e.g. 1 - 10 'of' 100 rows |
1212
| selectAllRowsItem | boolean | show 'All' as an option in the rows per page dropdown |
1313
| selectAllRowsItemText | string | change the rows per page text |

0 commit comments

Comments
 (0)