@handsontable/vue3
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: