DEV Community

SHANTANU SINGH
SHANTANU SINGH

Posted on

DATATABLE

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.

Top comments (0)