Version 19.2 Release Note

Summary

  • Minor version was released in November 2024 and supports AG Grid 32.3

Breaking Change

There are no Breaking Changes in AdapTable 19.2

The main enhancements in this release are:

  • New isCellEditable function allowing developers to set which cells are editable
  • The date formatting in Notes and Comments can now be a function
  • AdapTable will provide console Warnings if no ColType has been provided

Change Log

KeyTypeDescription
AT-2836EnhancementProvide console Error if no ColType provided and no data in first row
AT-2827EnhancementProvide `isCellEditable` function allowing developers to set which cells are editable
AT-2826BugMemory Leak when toggling multiple AdapTable instances
AT-2825EnhancementAllow DateFormat in Notes and Comments to be a function
AT-2822EnhancementProvide console Warning if no ColType provided
AT-2817EnhancementTidy up destroy function