fix(deps): update dependency tabulator-tables to v5.2.3
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
tabulator-tables (source) | dependencies | patch | 5.2.2 -> 5.2.3 |
Release Notes
olifolkerd/tabulator
v5.2.3
- The
renderStarted
andrenderCompete
are now fired for render in place actions like sorting and filtering - Fixed regression in Validation module, preventing the
rowValidate
andcolumnValidate
functions from working correctly - The persistance module will now automatically include column visibility persistenace if the
columns
option is set totrue
- Fixed issues on bootstrap 5 theme, with popups, menus and list editors having a transparent background
- Fixed visual corruption of rows outside of virtual render buffer when scrolling with frozen columns
- Grouped column moving has been correctly disabled to prevent visual corruption
- The
scrollToRow
functionality now correctly positions the row when there are variable height rows and thetop
position is used - Child rows are now redrawn when the
table.redraw(true)
function is called
Configuration
-
If you want to rebase/retry this MR, click this checkbox.
This MR has been generated by Renovate Bot.