You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you very much for the best component library for Nuxt!
My question about the Table component (Tanstack)
The documentation has an example of how to send data received through fetch to a table, but there is no example for sorting and filtering using the Fetch call(
The documentation mentions columnFiltersOptions, but I don’t understand at all how to run my MYonColumnFiltersChange function when filters change(
Description
Thank you very much for the best component library for Nuxt!
My question about the Table component (Tanstack)
The documentation has an example of how to send data received through fetch to a table, but there is no example for sorting and filtering using the Fetch call(
The documentation mentions columnFiltersOptions, but I don’t understand at all how to run my MYonColumnFiltersChange function when filters change(
<UTable ref="table" v-model:column-filters-options="MYonColumnFiltersChange " />
it doesn't work that way
I really ask for help!
The text was updated successfully, but these errors were encountered: