How to implement tanstack/core with pagination & sorting?
Hi I want to create tanstack/core table in JS. Right now, I'm fetching data from api (paginated) and upon recieving its response, I'm creating the table object with its options & rendering the header and table cells. But I dont think thats a good approach as the state resets to initial if pagination or sorting changes. If someone has idea about it, please guide me through this.
(Adding the tag for solid as there's no "core" tag)
0 Replies