vue-datagrid
vue-datagrid copied to clipboard
Spreadsheet data grid component. Handles enormous data processing.
I am having issues with how events working in vue-datagrid. Based on API and demos I have been trying to access event from beforeCellFocus method but not really working. Here...
How do I use rowDrag when using a Cell as a Vue Component?
I am new to Vue JS..I wanted to make use of revo-grid first time, Firstly, I was stucked in the issue of showing no record display in the grid..Now ,...
When using vue-datagrid inside of a keep-alive route, the grid does not render correctly and loses functionality. https://codesandbox.io/s/red-cache-7uvyl?file=/src/Grid.vue Switch between the navigation tabs. Notice, the rows are not rendered correctly...
Does VGridVueTemplate work on Vue 2 only? I'm using **Vue 3**, and I see nothing being rendered on the screen. My column config is as simple as: ``` import *...
When using the arrow keys to navigate the spreadsheet in vue, and you navigate outside of the viewable scroll area, the view doesn't adjust to show the focused cell. But...
When you add a style [hidden] { display: none !important ; } The table does not scroll to the right when you use the keyboard to focus a cell on...
So based on codesandbox example, how do I add ability to resize columns by draggin (extending them) or to click on the to autoresize? Here is my codesandbox: https://codesandbox.io/s/distracted-heisenberg-reexb?file=/src/components/Table.vue
Browser console output: ``` runtime-core.esm-bundler.js:6591 [Vue warn]: Unhandled error during execution of render function at at at warn2 @ runtime-core.esm-bundler.js:6591 logError @ runtime-core.esm-bundler.js:6765 handleError @ runtime-core.esm-bundler.js:6757 renderComponentRoot @ runtime-core.esm-bundler.js:493 componentUpdateFn...
Here's a quick sandbox that reproduces it... https://codesandbox.io/s/revogrid-vuecomponent-forked-r31on?file=/src/App.vue I have a VGridTemplate for a column called "name", and another one for the rest of the columns. When it first renders,...