handsontable icon indicating copy to clipboard operation
handsontable copied to clipboard

We've just released Handsontable 14.6!

Open AMBudnik opened this issue 1 year ago • 0 comments

Hi All!

This update brings new features, along with styling improvements for odd and even rows. We’ve also enhanced the accuracy of the undo/redo functionality for a smoother user experience.

As always, we’ve fixed several issues reported by the Community 🙌

Easier styling of even and odd rows

With the new ht__row_even and ht__row_odd classes for TR elements, styling alternate rows is simpler, especially for tables meant for data reading and analysis.

Optimized Undo/Redo for Filters

We've improved Undo/Redo for filtering by adding the previousConditionStack argument to the beforeFilter hook, which fixes past issues with filter management.

New API methods

We’ve introduced new API methods to manage visible, partially visible, and rendered row and column indices, making it easier to understand what’s currently displayed in your table.

Read more →

AMBudnik avatar Oct 01 '24 09:10 AMBudnik