vue-slimgrid
vue-slimgrid copied to clipboard
A Vue wrapper component for SlickGrid
This fixes a bug when changing the grouping dynamically
Hi could you provide a sample how to use CheckboxSelectColumn https://github.com/mleibman/SlickGrid/blob/gh-pages/examples/example-checkbox-row-select.html?
It would be great if vue-slimgrid could support touch scrolling on mobile devices. BTW Thank you for your work with vue-slimgrid!
The https://github.com/DimitarChristoff/slickgrid-es6 version of SlickGrid supports the option `frozenColumn`, which makes the first N columns non-scrollable. This option is not present as a prop or in the `slickGridOptions` computed value....
Hi, I've solved the focus issue in text editing, do you have a different suggestion? ``` this.init = function() { input = document.createElement("input"); input.type = "text"; input.tabIndex = -1; input.className...
Hey firstly thanks for all your work so far on this. We are evaluating a few different vue grids for our project and slickgrid is one of them. It would...