Table Pagination Label
See original GitHub issueThe md-data-table-pagination
label (“Rows per page:”) has been hard-coded which is not the ngMaterial way, and specially a problem when creating apps in non-english languages.
Issue Analytics
- State:
- Created 8 years ago
- Comments:18 (4 by maintainers)
Top Results From Across the Web
TablePagination API - Material UI - MUI
API reference docs for the React TablePagination component. Learn about the props, CSS, and other APIs of this exported module.
Read more >The Ultimate Guide to Material-UI Table Pagination (MUI v5)
Table pagination can be broken into two conceptual pieces: the UI interface for changing pages, and the paginated data request.
Read more >Implement pagination for React Material table - Stack Overflow
This is needed for the table component to know what page to request and how many pages there are in total, without needing...
Read more >Pagination | Components - BootstrapVue
Pagination. Quick first, previous, next, last, and page buttons for pagination control of another component (such as <b-table> ...
Read more >Pagination - Bootstrap
For example, if the pagination component is used to navigate between a set of search results, an appropriate label could be aria-label="Search results ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
We also agree with @webpartisan that there is no 2-way binding currently. Switching the language of the website will not switch the language of the mdLabel. Only on refreshing the page the translation is triggered.
This is our code:
Changing the language will trigger the updateTranslations function but will not update the label.
@shivasingh0101 could you solve this? i’m facing the same problem…