Details
-
Type: New Feature
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 3.6.0
-
Fix Version/s: 5.0.0-b1
-
Component/s: Staff Interface
-
Labels:None
Description
Many table rows are expandable to show more details.
Often people don't realize that these rows can be clicked to expand for details.
At the beginning end of each row that is expandable, add the following font-awesome icon to indicate that the row can be clicked to be expanded.
<i class="fa fa-expand"></i>
<i class="fas fa-chevron-up"></i> (When expanded)
<i class="fas fa-chevron-down"></i> (When not expanded)