Releases: olifolkerd/tabulator
Releases Β· olifolkerd/tabulator
Updates and Fixes
- Fixed an exception when a column using the virtual horizontal renderer contained only frozen columns
- Nested tables no longer cause a memory leak when data is replaced using the
setData
function - Column width changes triggered by a user double clicking on the column resize handle are now persistent when the table is redrawn due to resize or visibility change
- The order of interaction event dispatches has been corrected so the cell event is fired before the row event
Improved Importing, Adaptive Formatters & Dependency Management
There have been many changes in the latest release, including:
-
Improved Dependency Management
-
Loads of new Import functionality
-
Adaptive Formatters & Editors
-
Improved Sorters
-
New Formatters
-
Import Mutators
Checkout the Release Notes for full details
Updates and Fixes
Added src files to package.json export list
Updates and Fixes
Fix regression in package.json
Updates and Fixes
Fix regression in last patch release
Updates and Fixes
- Updated bundler and package.json to improve ESM import compatibility
- Fixed alignment issues when browser is zoomed into table
Updates and Fixes
- Range selection with column moving now works correctly
- Focus is now correctly restored after range selection
- Range selection will no longer accidentally select the row header when using keyboard navigation
- The
getCells
function on the range component now correctly returns cell components - Improved cell range jump navigation in large data sets
- Navigation focus maintained when scrolling
- Fixed node version issue in linter config
- Fixed issue with popup lists not fitting on screen
Toggle Formatter, AutoColumns Updates & Events
6.2.0 update version to 6.2.0
Spreadsheet Importer
6.1.0 Merge remote-tracking branch 'origin/6.1'
Updates and Fixes
- Fix regression breaking
autoColumns
on initial load of ajax data