@handsontable/angular
Advanced tools
Changelog
[12.2.0] - 2022-10-25
alter()
method takes 4 new parameter values: insert_row_above
, insert_row_below
, insert_col_start
,
and insert_col_end
. #9471insert_row
parameter of the alter()
method. Instead, use insert_row_above
or
insert_row_below
. #9471insert_col
parameter of the alter()
method. Instead, use insert_col_start
or
insert_col_end
. #9471translateRowsToColumns()
.
#9919type
through setCellMeta()
didn't properly set the
cell's editor
and renderer
. #9734NestedHeaders
plugin was enabled
and all rows were trimmed out. #9753For more information on Handsontable 12.2.0, see:
Changelog
[12.1.3] - 2022-09-22
rowOffset
and colOffset
and a non-existing
hook modifyRowSourceData
. #8659,
#7317alter
method.
#7840trimWhitespace
option could not be used in the column and cell levels
of the cascading configuration. #7387setSourceDataAtCell
.
#8599For more information on Handsontable 12.1.3, see:
Changelog
[12.1.2] - 2022-07-08
For more information on Handsontable 12.1.2, see:
Changelog
[12.1.0] - 2022-06-28
getNearestNotHiddenIndex()
, a new method that finds the visual index of the nearest
not-hidden row or column and works even with large numbers of hidden rows or columns. The previous
method, getFirstNotHiddenIndex()
, still works, but is marked as deprecated.
#9064beforeColumnFreeze
, afterColumnFreeze
, beforeColumnUnfreeze
, and
afterColumnUnfreeze
. #9248@angular/core
dependency to peer dependencies.
#9574getFirstNotHiddenIndex()
method. Use getNearestNotHiddenIndex()
instead.
#9064preventOverflow
option was set to 'horizontal'
.
#3828<form>
: pressing
<kbd>Enter</kbd> inside another form's <input>
could open Handsontable's dropdown menu.
#9295stretchH: 'all'
option).
#9496ShortcutManager
unnecessarily handled keyup
events with no key
defined.
#9562For more information on Handsontable 12.1.0, see:
Changelog
[12.0.1] - 2022-05-16
autoRowSize: true
and
multi-line cell values caused rows to align incorrectly.
#7102TypeError
. #8268For more information on Handsontable 12.0.1, see: