Details
-
Type: Sub-task
-
Status: Done/Fixed
-
Priority: Minor
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.3.0
-
Fix Version/s: 4.5
-
Component/s: None
-
Labels:None
Description
Have made the code for highlighting and selecting table rows automatic.
A table with the following class will get row highlight hover effects automatically applied:
<table class="row-highlight">
Highlighting selected rows via checkboxes will be automatic if each box has the class "select-row"
Selecting/deselecting all rows will be automatic if the master checkbox has the class "select-rows"