Backward incompatible changes:
Moved the manualColumnPositions
and manualRowPositions
array from the main HOT instance object to the plugins, and renamed it to:
hot.getPlugin('manualColumnMove').columnPositions;
hot.getPlugin('manualRowMove').rowPositions;
(#3281)
Changes:
- Added a possibility to define a custom sorting function. For more details, see
sortFunction
in our docs. (#3308) - Fixed a problem with an error being thrown when updating the
columns
property viaupdateSettings
. (#3297) - Fixed a problem with a wrong column being removed while using the manual column move plugin and undo/redo issues connected with it. (#3281)
- Implemented a cache for getting a length of the dataset. (#3275)
- Fixed a problem with updating the table height breaking the table. (#3255)
- Added the time cell type and time validator. (#3254)
- Fixed a glitch causing the column-moving handle flickering. (#3134)
- Fixed a bug with
propToCol
method returned wrong values after moving the columns. (#3091) - Fixed a problem with updating the
stretchH
property. (#2719) - Added a separate sorting algorithm for the numeric cell type. (#3318)