AllenFang / react-bootstrap-table

A Bootstrap table built with React.js
https://allenfang.github.io/react-bootstrap-table/
MIT License
2.23k stars 782 forks source link

Additional Rows Generating on the table #1949

Open darshanawollstra opened 6 years ago

darshanawollstra commented 6 years ago

when i have set a dataset to the react-bootstrap-table, the count of the data could be different. Problem is when there are about 8 data rows in the data set, those data will be shown in the table but when we select 100 rows per page, it'll create empty 92 another rows apart from that 8 row. I do want to restrict rows per page when there are limited data.