Skip to content

Commit

Permalink
docs(table): update i18n props
Browse files Browse the repository at this point in the history
  • Loading branch information
erzhan-temir-mamyrov committed Feb 7, 2023
1 parent 5d45aa0 commit 5000736
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/src/components/Table/mdx/Table.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -745,7 +745,7 @@ import TableViewDropdownContent from '../TableViewDropdown/TableViewDropdownCont
| multiSortDescending | string | 'Descending' | |
| loadMoreText | string | 'Load more...' | |
| filterRowIconDescription | string | 'Edit filters' | |
| filterTagsOverflowMenuText | func | '+{filterCount}' | {filterCount} is number of hidden filters |
| filterTagsOverflowMenuText | string, func | '+{n}' | {n} is number of hidden filters |
## Source Code
Expand Down

0 comments on commit 5000736

Please sign in to comment.