imballinst / react-bs-datatable

Bootstrap datatable without jQuery. Features include: filter, sort, pagination, checkbox, and control customization.
https://imballinst.github.io/react-bs-datatable
MIT License
59 stars 20 forks source link

Update Pagination.tsx #182

Closed MyrtilleKim closed 1 year ago

imballinst commented 1 year ago

hi @MyrtilleKim, thank you for having the intention to contribute! If you still want to contribute, I suggest updating these into React.ReactNode:

https://github.com/imballinst/react-bs-datatable/blob/c6fa08e4f247cdd9f36fb1bbca4d7dcd8ee30be3/src/components/Pagination.tsx#L13-L22

That way, we can pass your icons of choice if you want more flexibility in the pagination numberings (at the moment it's only string, but later on we can have string or JSX). Thanks!