SlickGrid
SlickGrid copied to clipboard
Excel compatible copy/paste support plugin for the lightning fast JavaScript grid/spreadsheet
When you paste in the grid everything works fine except you are scrolled on the bottom of the page, [you can see it in the demo](http://labs.nereo.com/SlickGrid/examples/example-excel-compatible-spreadsheet.html). It's caused by this...
Is there a setting I'm missing to not allow paste to extend past the last row of the grid? For example, if I paste a range that is four cells...
Just started using this and I noticed that it seems to enter data one field in a row at a time and slickgrid fires off a change for that field....
It appears that the excel copy and paste does not work in Safari 6.0.2.
I am thinking about integrating this into some code I work with, the sagemath notebook (https://github.com/sagemath/sagenb) . I'd like to start with the best version of code I can. However,...
When I right click into the grid, the context doesn't show 'Paste' option.
If the editor of the column is a custom editor like AutoComplete Editor, it is not updating. Should this support to be added on the Editor?
Hi. There's some code in `init` method of cellextenalcopymanager which seems weird for me: ``` js function init(grid) { // we give focus on the grid when a selection is...
Is there any way to easily copy all grid rows as opposed to only copying those cells selected, and beyond that, is there a way to also copy the grid...
One of my editors is bootstrap modal for longer content. When you edit one field, it is OK that it opens. But using clipboard command (paste) it tries to open...