Skip to content

Releases: olifolkerd/tabulator

Updates and Fixes

28 Apr 10:21
Compare
Choose a tag to compare
  • 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

29 Mar 12:05
Compare
Choose a tag to compare
6.2.0

update version to 6.2.0

Spreadsheet Importer

24 Mar 12:34
Compare
Choose a tag to compare
6.1.0

Merge remote-tracking branch 'origin/6.1'

Updates and Fixes

19 Mar 21:29
Compare
Choose a tag to compare
  • Fix regression breaking autoColumns on initial load of ajax data

ESM Tree Shaking, Spreadsheets & Grids, Resize Guides & Much Much More...

17 Mar 11:29
Compare
Choose a tag to compare

There have been many changes in the latest release, including:

  • ESM Tree Shaking is fully working now!
  • Build tools have been upgraded to the latest versions
  • New features for module builders
  • Row headers
  • Spreadsheet module, grid generation, array format data handling
  • Resize guides
  • Editor empty value handling
  • Improved range exporting
  • Rownum accessor for export
  • New Events
  • Performance improvements for data trees
  • A load of bug fixes

There are a large number of updates to Tabulator in this release, Checkout the Release Notes for full details

Updates and Fixes

18 Feb 15:07
Compare
Choose a tag to compare
  • Fixed issues with rendering in range selection module when no row header defined
  • Fixed regression in frozen columns module when frozen columns are initially hidden
  • Fix issue in time and datetime editors where 24 hour times were not being handled correctly
  • You can now use the editableTitle and movableColumns options together without dragging the mouse in the title input causing the column to be moved
  • Using events after calling the setHeight function will no longer result console warnings
  • Fixed regression that caused text areas to not resize on table resize, introduced during performance improvements in v5.5
  • Editors can now only trigger success or cancel calls once (if validation passes) to prevent duplicate events

Cell Range Selection & Much Much More!

12 Feb 18:02
Compare
Choose a tag to compare

There are a large number of updates to Tabulator in this release, Checkout the Release Notes for full details

Updates and Fixes

27 Jan 09:41
Compare
Choose a tag to compare
  • fix regression in last release with node-sass becoming a prod dependency

Updates and Fixes

21 Jan 16:26
Compare
Choose a tag to compare
  • The link formatter now correctly handles nested data lookup from the urlField formatter param
  • The tabEndNewRow option will now not create a new row if there is a validation failure on the last table cell when it is bing edited
  • Fixed issue with row management pipeline not being fully initialized with remote data loading
  • Ensure nestedFieldSeparator option is correctly applied when handling row updates
  • The setColumnLayout function now correctly applies all settings passed into the function, not just those currently set in a columns definition
  • Ajax params passed to the setData function now correctly override those set in the ajaxParams setup option
  • Removed incorrect mouse pointer from disabled pagination buttons
  • The setPageToRow function will no longer throw an error when called

Updates and Fixes

27 Aug 15:04
Compare
Choose a tag to compare
  • Fixed incorrect keybinding for copy function on mac
  • Fixed issue with widthShrink and widthGrow not working when table data is imported from HTML
  • Fixed issue with HTML Import functionality not correctly formatting column field names if the name had multiple spaces in it
  • Resize handles now longer float in front of frozen columns