@shantnu
beginner
Nothing here yet.
Nothing here yet.
No blogs yet.
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.