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
60 stars 20 forks source link

Can you please give me the pagination code? #33

Closed RanjithaRaja closed 5 years ago

RanjithaRaja commented 5 years ago

Hi,

I Am trying to implement lazy loading in the data table. I need a pagination code to complete that work.

Can you please provide the code?

imballinst commented 5 years ago

Hey, unfortunately I don't have the lazy loading feature yet :frowning_face: it's been quite a while since https://github.com/Imballinst/react-bs-datatable/issues/1.

But if you have extended the table yourself, I think you can play around it in many ways.

imballinst commented 5 years ago

Fixed with https://github.com/Imballinst/react-bs-datatable/pull/40.