Getting Started
Instalation:
npm i @dcorrea-estrav/vue3-datatables
Require the script:
import {ServerTable, ClientTable, Event} from 'vue3-datatables';
Register the component(s)
app.use(ClientTable, [options = {}], [useVuex = false], [theme = 'tailwind'], [swappables = {}]);
Last updated