unovue / shadcn-vue

Vue port of shadcn-ui
https://www.shadcn-vue.com/
MIT License
5.34k stars 318 forks source link

[Feature]: Data Table with server side pagination/filter #909

Closed tec-betgpt closed 1 week ago

tec-betgpt commented 1 week ago

Describe the feature

I searched through all the examples, but they all fetch the datatable from a JSON file. Is it possible to perform a server-side search to create pagination from a JSON datatable structure? And for filtering as well?

Additional information