react-bootstrap-table / react-bootstrap-table2

Next Generation of react-bootstrap-table
https://react-bootstrap-table.github.io/react-bootstrap-table2/
MIT License
1.27k stars 431 forks source link

Dont use this Library. Its Dead #1774

Open GodAlmighty990 opened 2 years ago

GodAlmighty990 commented 2 years ago

This library is of no use anymore. project has been abandoned.

ayush-lal commented 2 years ago

Are there any decent alternatives?

GodAlmighty990 commented 2 years ago

Yes, use react-table. You would be surprised at how similar it is to this project. There is also a great youtube series from a channel called “codevolution” where he details step by step how to use react-table. I scrapped react-bootstrap-table-next and switched to react-table and built an amazing table for my app. Just go to youtube and type in codevolution react table

avindra commented 1 year ago

or just <table>...</table> u no

axlchr12 commented 1 year ago

does react-table supports server pagination and responsive table?