A plugin for highlighting table cells, columns and rows on hover.
THIS REPOSITORY IS NO LONGER MAINTAINED
let hoverTableInst = hoverTable(element, hoverTableOptions);let hoverTableOptions = {
headerHoverEnabled: false,
highlightElement: true,
highlightRow: true,
highlightColumn: true,
noHoverClass: 'no-hover',
cellClass: 'is-hover-cell',
rowClass: 'is-hover-row',
colClass: 'is-hover-col'
}- destroy()
- 1.0.0: First commit.