fix(deps): update dependency tabulator-tables to v5.3.3
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
tabulator-tables (source) | dependencies | patch | 5.3.2 -> 5.3.3 |
Release Notes
olifolkerd/tabulator
v5.3.3
- Removed legacy display index functionality from modules
- Fixed scope issue in persistence module when tracking column definition props
- Making changes to the table now works without exception after disabling grouping by passing a value of
false
to thesetGroupBy
function - The column headers now correctly maintain their height when only frozen columns are visible
- Table holder min-width is now correctly cleared when the empty table placeholder is removed
- Update
getRows
function to return an empty array when an invalid row range lookup value is used - Fix issue with row selection on an invalid string type index causing all rows to be selected
- Striping of rows in the bootstrap themes is correctly applied when the
table-striped
class is applied to the table
Configuration
-
If you want to rebase/retry this MR, click this checkbox.
This MR has been generated by Renovate Bot.