Marian https://github.com/shantnu02/DataTable/tree/main/src/pages/DataTable index.js is my main code details.js is component where i move my code so i can fetch details from api of rest of my customer details plss help sir...
@shantnu
beginner
Nothing here yet.
Nothing here yet.
No blogs yet.
Marian https://github.com/shantnu02/DataTable/tree/main/src/pages/DataTable index.js is my main code details.js is component where i move my code so i can fetch details from api of rest of my customer details plss help sir...
Marian Actually I made a datatable by get data from API but in table i m fetching just first name, last name and email-id of customers from API endpoint and there is many fields like age,phone no. , etc. type . I am made the first names a links by which i connected a component that when i click a "name" then that is going to next page but dont show the full details of that customer.!!!! which is in api.. like age, phone no. etc(which columns i dont show in datatable) i tried a component method ,Params but nothing works how can i fetch the api full data of that particular ID in next page. PLEASE HELP ME ..........
Kristijan i made a datatable in which i get data from API. I want to click the rows components and then like if i click 3rd id then it goes to next page and shows full data of only that particular 3rd ID employee , and what now i get is all employees data by click any row's ID how can i fix this?? i saw filter.array but i dont know how to use that.
I want to make a table by fetching API and in which there is website link of 500 users so i cant put data manually so when I click that link of user then it take me to other taband show the data which it gets from API????????????