bhaveshpatel200 / vue3-datatable

vue3-datatable is a powerful component for creating dynamic and customizable data tables. It supports large amounts of data, sorting, pagination, and filtering and highly customizable
MIT License
100 stars 11 forks source link

Rendering data from API #2

Closed SathishNaqel closed 1 year ago

SathishNaqel commented 1 year ago

Hi Bhavesh, Can you please provide a sample for how to load data from API and render inside datatable in Vue3 Compostion API.

Thanks, sathish

bhaveshpatel200 commented 1 year ago

Hi Satish,

You just need to get data from API using Axios or any other library and need to pass in all data in rows which is already in our examples.

You can find all the examples with the source code from the below link: https://vue3-datatable-document.vercel.app/

bhaveshpatel200 commented 12 months ago

Hi @SathishNaqel, Its good news!. Now our datatable supports server-side rendering and its live in latest release version 1.1.0.

I have also updated all the demos in server side rendering. so you can find the code from that.