Skip to content
This repository was archived by the owner on Jan 26, 2021. It is now read-only.

DEGJS/hoverTable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

hoverTable

A plugin for highlighting table cells, columns and rows on hover.

THIS REPOSITORY IS NO LONGER MAINTAINED

Sample Usage

let hoverTableInst = hoverTable(element, hoverTableOptions);

Settings

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'
}

Available Methods

  • destroy()

Revision History

  • 1.0.0: First commit.

About

A plugin for highlighting table cells, columns and rows on hover.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors