DataGridXL のリリース

Released: Apr 12, 2024

v2.0.21 での更新項目

機能

  • Improved compatibility with JavaScript frameworks.

Released: Dec 8, 2023

v2.0.20 での更新項目

機能

  • preventReadonly: true is now set as default value.

Released: Nov 17, 2023

v2.0.19 での更新項目

不具合の修正

  • Fixed bug where cell editor content would clear after fast double click event (using trackpad).
  • Fixed bug where cell cursor would disappear after cell editor close.
  • Fixed bug where 'dblclick.cell' event would fire even if initial clicked upon cell differed from the last clicked cell.
  • Removed 'isTouchDevice' condition after 'setSelection'. Will now always call 'setCellEditorText'.

Released: Nov 16, 2023

v2.0.18 での更新項目

不具合の修正

  • Fixed bug where desktops/laptops with a touch screen monitor were mistakenly seen as a touch-first device.
  • Added a 'preventReadonly' option to data grid config to prevent cell editor from being read-only.

Released: Mar 18, 2023

v2.0.17 での更新項目

不具合の修正

  • Fixed unwanted autofocus on cell editor when grid was not active.

Released: Mar 12, 2023

v2.0.16 での更新項目

不具合の修正

  • Fixed "activate" and "deactivate" events.

Released: Mar 6, 2023

v2.0.15 での更新項目

不具合の修正

  • Fixed bug where cell editor input events fired in case of inactive grid.

Released: Mar 3, 2023

v2.0.14 での更新項目

機能

  • Added new "change" event listener.

不具合の修正

  • Fixed selection bug after row delete.

Released: Dec 2, 2022

v2.0.13 での更新項目

機能

  • Improved the new 'destroy' method; it now also removes DOM nodes outside the main container.

Released: Nov 25, 2022

v2.0.12 での更新項目

機能

  • Added 'destroy' method that removes event listeners and removes DGXL instances from memory.