Bug fixes
- A numeric pixel value for
TableColumn.hide(e.g.hide: 480) was a no-op — the column stayed visible at every width. Numeric breakpoints stopped working in the v8 refactor; the type now accepts onlyMedia('sm' | 'md' | 'lg') to match. For a custom breakpoint, track viewport width yourself and toggle the column'somitprop instead. → Mobile (#1346) - Fixed
highlightOnHovernot showing when a row's background color was set viacustomStyles.rows.style, since the inline style was winning over the hover class. → Styling (#1351)
Full changelog: https://reactdatatable.com/docs/changelog