This is the first release of the jQuery tableSelect plugin.
- Allow selection of just one single row in a table's tbody section by using
$("table").tableSelectOne()
. - Allow selection of multiple rows in a table's tbody section by using
$("table").tableSelectMany()
.
- Enhancements
- Enable SHIFT + CTRL selection
- usage of sectionRowIndex
- Enhancements
- Supports listeners:
beforerowselect
,beforerowdeselect
,afterrowselect
, andafterrowdeselect
- Prevent a change from happening by enabling
row.preventChange
in thebeforerowselect
andbeforerowdeselect
listeners.