Skip to content

v8.6.2

Latest

Choose a tag to compare

@github-actions github-actions released this 14 Jul 23:10

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 only Media ('sm' | 'md' | 'lg') to match. For a custom breakpoint, track viewport width yourself and toggle the column's omit prop instead. → Mobile (#1346)
  • Fixed highlightOnHover not showing when a row's background color was set via customStyles.rows.style, since the inline style was winning over the hover class. → Styling (#1351)

Full changelog: https://reactdatatable.com/docs/changelog