features/
Changelog
2024-02-04
* Adds locales to Github repo
2023-12-08
Published version 2.23.12.08 (2.0.20):
* Sets preventReadonly: true as default value2023-11-17
Published version 2.23.11.17 (2.0.19):
* fixes bug where cell editor content would clear after fast dblclick event (using trackpad)* fixes bug where cell cursor would disappear after cell editor close
* fixes bug where dblclick.cell event would fire even if initial clicked upon cell differed from the last clicked cell
* removes isTouchDevice condition after setSelection. Will now always call setCellEditorText
2023-11-16
Published version 2.23.11.16 (2.0.18):
* Fixes bug where desktops/laptops with a touch screen monitor were mistakenly seen as a touch-first device.* Adds a preventReadonly option to data grid config to prevent cell editor from going readonly.
2023-03-18
Published version 2.23.03.18 (2.0.17):
* Fixes unwanted autofocus on cell editor when grid was not active
2023-03-12
Published version 2.23.03.12 (2.0.16):
* Fixes activate and deactivate events
2023-03-06
Published version 2.23.03.06 (2.0.15):
* Fix bug where cell editor input events fired in case of inactive grid
2023-03-02
Published version 2.23.03.02 (2.0.14):
* Add change event listener and fix selection bug after row delete
2022-12-02
Published version 2.22.12.02 (2.0.13):
* Improves the new destroy method; it now removes DOM nodes outside the main container node as well
2022-11-25
Published version 2.22.11.25 (2.0.12):
* Adds a destroy method that removes event listeners and removes DGXL instance from memory
2022-07-30
Published version 2.22.07.30 (2.0.11):
* Fixes a TypeError in move function
2022-07-18
Published version 2.22.07.18 (2.0.10):
* Removes unwanted double quotes when copying
2022-06-10
Published version 2.22.06.10 (2.0.9):
* Correctly fixes paste-from-Excel bug
2022-05-31
Published version 2.22.05.31 (2.0.8):
* Fixes paste-from-Excel bug and instantActivate option
2022-05-10
Published version 2.22.05.10 (2.0.7):
* Fixes Inputbar bug and adds cached credits image
2022-03-07
Published version 2.22.03.07 (2.0.6):
* Fixes Copy/Paste issue on Macbook
2022-02-27
Published version 2.22.02.27 (2.0.5):
* Fixes Paste issue. ";" and "," in cells were mistakenly recognizened as delimiters. Now TAB (\t) is explicitely defined as the delimiter.
2022-02-22
Published version 2.22.02.22 (2.0.4):
* Fixes Copy & Paste empty cells Issue
2022-02-17
Published version 2.22.02.17 (2.0.3):
* All nodes created by DataGridXL now default to text-align: left
2022-02-08
Published version 2.22.02.08 (2.0.2):
* All cell values have their newlines replaced by newline-characters, to prevent rendering issues.* Updates getCellRangeText, which now knows how to deal with multiline cell values and escapes double quotes similar to Google Spreadsheets
2022-02-04
Published version 2.22.02.04 (2.0.1):
* Fixes column header overflow/multiline issue* Enables per-cell background colors by passing color property to a cell object in cellStore.
2022-02-02
Release of DataGridXL version 2