You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
andht__row_odd
classes forTR
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 thebeforeFilter
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 →
The text was updated successfully, but these errors were encountered: