material-table-core / core

Datatable for React based on material-ui's table with additional features. Support us at https://opencollective.com/material-table-core
https://material-table-core.github.io
MIT License
296 stars 146 forks source link

Pagination 'NextPage' icon using 'LastPage' icon. #729

Closed jkaffrey closed 1 year ago

jkaffrey commented 1 year ago

Describe the bug When using pagination on the table component, the 'NextPage' icon is using the 'LastPage' icon. Additionally, trying to override the 'NextPage' icon using the 'icons' prop on the component ignores the passed in value.

This behavior can also be noticed on the example table at the bottom of the page at: https://material-table-core.com/

Screen Shot 2023-01-23 at 10 21 27 AM

To Reproduce Steps to reproduce the behavior:

  1. Implement the library and enable pagination.
  2. Under the 'options' prop set: paginationType: 'stepped'
  3. Observe the icon is incorrect.

Expected behavior

Desktop (please complete the following information):

arulprabhin commented 1 year ago

Same here image on Firefox 109.0 desktop

Domino987 commented 1 year ago

Will be fixed with the next release, ty