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.
Shantanu Singh
beginner
if i make a table 0f 500 peoples (by fetching API data) in which I want to add a link . By click that link it shows their details which is in API.