vue-excel-editor
vue-excel-editor copied to clipboard
Vue2 plugin for displaying and editing the array-of-object in Excel style
This is a good editor thanks for the hardwork. Im just wondering how can I create a custom column header because there is a feature in the list with custom...
- description I could select one or multiple records for row data, but column data doesn't seem to work. Is there any way to select the entire data in one...
I realize I can input a custom filter for Or for example `~[dog|cat]`. It would be great if that feature was available in the filter popup by selecting multiple values...
Hey, first of all the library is really great. Some features that would be really cool would be: 1. readonly on cells 2. that when you tap through the table...
While changing to vite with a vue2 project we are now getting errors. ``` Uncaught SyntaxError: The requested module '/node_modules/vuedraggable/dist/vuedraggable.umd.js?v=ef55e21c' does not provide an export named 'default' (at PanelSetting.vue:2:8) ```...
This isn't really an "issue", but I thought I would provide some sample code in a wrapper component I have written on how to do paste from excel. This could...
This is not working on Android/Ios webviews `this.$refs.grid.exportTable(format, exportSelectedOnly, filename)`. Do anyone know how can I export on Webview ?
Want an example 。 custom column header
the params of the custom sort function are only a and b, each containing the whole row object. so no sort implementation is possible, because the right name is not...