Pagening json react js | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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.

26th Jun 2020, 6:26 AM
Anara Zhunusova
Anara Zhunusova - avatar
5 Answers
+ 3
🙏
28th Jun 2020, 5:10 AM
Anara Zhunusova
Anara Zhunusova - avatar
+ 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/
26th Jun 2020, 9:59 AM
Calviղ
Calviղ - avatar
+ 2
🙏 thank you! The thing is that I could manage it with BootstrapTable. but it doesnt look nice 🤔
26th Jun 2020, 11:56 AM
Anara Zhunusova
Anara Zhunusova - avatar
+ 1
Anara Zhunusova I just built a Bootstrap table with pagination, please check it out. https://code.sololearn.com/WsvCCoJ11gQz/?ref=app
27th Jun 2020, 9:28 AM
Calviղ
Calviղ - avatar
0
I don't like to use Bootstrap, I'm sorry.
26th Jun 2020, 12:02 PM
Calviղ
Calviղ - avatar