What's Changed
- Added new
renderCaption
table option to allow for a<caption>
element to be rendered within the table by @lalong13 in #957 - Fixed row hover opacity style issues for pinned columns and selected rows with
::before
and::after
pseudo elements in pinned cells - Standardized
data-index
,data-pinned
, anddata-selected
attributes on body rows, head cells, body cells, and footer cells where applicable - Column virtualization performance optimizations
New Contributors
Full Changelog: v2.8.0...v2.9.0