vue-datasource icon indicating copy to clipboard operation
vue-datasource copied to clipboard

Cannot use sort, filter, and limit

Open sherlyseptiani opened this issue 7 years ago • 2 comments

I'm using vue-cli simple webpack, and change the babel-preset of this module from stage 2 to stage 3. The data display works fine but none of the sort, filter and limit function work. The limit only adds pages but the data display doesn't change.

Before using this, I ran the command npm install babel-plugin-syntax-jsx babel-plugin-transform-vue-jsx babel-helper-vue-jsx-merge-props babel-preset-env

Please kindly help, thanks

sherlyseptiani avatar Mar 23 '18 04:03 sherlyseptiani

Hello @sherlyseptiani Can you upload a implementation example?

coderdiaz avatar Mar 23 '18 05:03 coderdiaz

actually by just cloning this project and run npm install command and the npm run dev, the filter and sort will not work. Are they actually unfinished features?

sherlyseptiani avatar Mar 26 '18 03:03 sherlyseptiani