+ 1
Pagening json react js
People, I don’t understand how is it possible to make pagening to show 10 lines from json file (local json in my Data folder). I tried to fix it with bootstrap but it doesn’t work. Tried to fix the pagening component to add to my table it doesn’t work.
5 Antworten
+ 3
🙏
+ 2
Anara Zhunusova You can use a grid.js library to create table with pagination.
Check out the sample code here.
https://code.sololearn.com/WkHpjfuZ7SLu/?ref=app
https://gridjs.io/
+ 2
🙏 thank you! The thing is that I could manage it with BootstrapTable. but it doesnt look nice 🤔
+ 1
Anara Zhunusova I just built a Bootstrap table with pagination, please check it out.
https://code.sololearn.com/WsvCCoJ11gQz/?ref=app
0
I don't like to use Bootstrap, I'm sorry.