vuejs-smart-table
vuejs-smart-table copied to clipboard
Simple yet powerful Data Table for Vue with vanilla HTML structure
In future will be added features like server side filtering and pagination? Usually filters and pagination are parameters of query string that must be keep in sync with interface so...
I am using Bootstrap 5 and want to add an additional class to the `` element in order to centre it using the flexbox classes. At the moment I don't...
I get the following error: `app.js:70692 Error: Must provide the Sort Key value or a Custom Sort function.` I don't have data in the component where I am using the...
I'm getting this: runtime-core.esm-bundler.js:40 [Vue warn]: Invalid vnode type when creating vnode: . at at at at Any ideas? Thanks!
Small PR, which mainly adds the functionality to get the sortKey in custom function: - upgrade vue-tsc package - pass sortKey to customSort function - add source maps for debugging...
Hello all, I have a very weird issue. Here is my component. Not very complicated. With pagination. I wanted to add a filtering feature. import { helperGetDataFromServer} from '../helper.js'; export...
Hello, I have enabled pagination. If I navigate to a page that is not the first one and then reduce the number of rows (by filtering or changing the pageSize)...
Feature request: Single select mode should have a mode where you cannot deselect what is selected. Something should always be selected. This is the way most single select table views,...
Any idea why I am getting runtime-core.esm-bundler.js:40 [Vue warn]: Component "VTable" has already been registered in target app. in the browser console each time I run my app. I happen...