DataGridXL
DataGridXL
On API page: maintain grid selection when ACE editor (command line) gains focus, so we can do "grid.copy()" etc. Also useful for other applications.
On touch, focusing the `inputBar` part resizes the component/window (due to onscreen keyboard showing/hiding). Many times the cell that is edited is moved out of viewport. Bring cell back into...
It's already on our API page: _Catch-all event for any event that might change the data set: setcellvalues, deletecols/-rows, insertcols/-rows, movecols/-rows._
Strange this here is: if tapping on one cell, then quickly tapping on another cell, `dblclick` event is recognized (which makes sense). However, `eventArea.dblclick` handler should check for `areCoordsEqual` (new...
You're looking at DataGridXL v1. Go to DataGridXL v2 now: https://github.com/DataGridXL/DataGridXL2.
It will be cool to be able to chose: - Encoding of the file UTF-8, ISO- etc. - Escape (character to escape quote) - Quote: (Double quote, Single quote) (Use...
Current situation: 