+ 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 Answers
+ 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.