A simple and lightweight data table component for Vue.js 3. Features sorting, paging, row check, dynamic data rendering, supported TypeScript, and more.
I do not care about sorting, it is disabled but whenever I am adding column that is showing field 'id' it is adding broken sorting arrays in column name.
I do not care about sorting, it is disabled but whenever I am adding column that is showing field 'id' it is adding broken sorting arrays in column name.
const columns = [ { label: 'Date', field: 'id', width: '1%' }, { label: 'Message', field: 'message' }, { label: 'Count', field: 'count' }, ];