uwla / vue-data-table

Vue data table plugin
https://uwla.github.io/vue-data-table/demo
128 stars 23 forks source link

Server-side support #29

Open hacen-ai opened 3 years ago

hacen-ai commented 3 years ago

Hello, does is have server side support?

Will be easy to adapte it to https://github.com/izimobil/django-rest-framework-datatables ?

HAve a nice day

uwla commented 3 years ago

No, it doesn't have server side rendering support, but I think it is a nice feature to have and I'd be willing to implement it or to accept pull requests.

However, I don't know what should be done for that matter. Do you have any idea about it? I have used Vue only for SPA, not for SSR.

uwla commented 10 months ago

I have built a nuxt app using this plugin and SSR is working to render it. Nuxt has a set of tools to provide SSR.

Does that work for you?

uwla commented 3 days ago

@hacen-ai can you give me an update?