Using TanStack tables in Astro
I'm new to TanStack. I'm looking into a tool to display a dataset as a list (not a table, just a <ul>).
1. Is TanStack dependant on a UI framework like React? Or can it be used in a vanilla js/ts project?
2. Do I need to initially display my entire dataset on a page before TanStack initializes and adds the pagination?
3. Does it also allow searching? And again, displaying the results using the previously chosen Sort method, and pagination.
1. Is TanStack dependant on a UI framework like React? Or can it be used in a vanilla js/ts project?
2. Do I need to initially display my entire dataset on a page before TanStack initializes and adds the pagination?
3. Does it also allow searching? And again, displaying the results using the previously chosen Sort method, and pagination.