Releases: bennyboer/table-engine
Releases · bennyboer/table-engine
v0.2.2
v0.2.1
v0.2.0
v0.1.7
Bugfixes
- Fixed error where row and column headers could be selected via
ROW_COLUMN_SELECTION_TRANSFORM
- Fixed error where double-clicking a resizer even worked when resizing was disabled
- Fixed error where auto scrolling when dragging the mouse outside the table would not work instantly
v0.1.6
v0.1.5
New features
- Double-clicking a row or column resizer will now invoke a special action that by default resizes the row or column to fit its content
- New option to force the selection to only encompass a single cell
Bugfixes
- extending a selection using Shift did not work properly in some cases
Other
- Testing the selection model
v0.1.4
v0.1.3
v0.1.2
v0.1.1
- Adding
DOMCellRenderer
to render HTML/DOM elements in a cell (Use sparingly as this might affect performance when used too much and with huge DOM trees) - Implemented
onDisappearing
hook in cell renderers that allows taking action once a cell is scrolled out of the visible area (viewport) - Small bugfixes