UNPKG

@bhplugin/vue3-datatable

Version:

Vue3 Datatable - fully customizable & easy to use datatable library

5 lines (4 loc) 246 B
import Vue3Datatable from './custom-table.vue'; export { Vue3Datatable }; export default Vue3Datatable; export type { IColumnDefinition, IColumnType, IFilterCondition, IServerChangeResponse, ISortChangeResponse, IDataTableProps } from './types';