Details
-
Type:
Improvement
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.0 RC5
-
Fix Version/s: 1.1 M1
-
Component/s: Web - Templates & Resources
-
Labels:None
-
keywords:cti
-
Similar issues:
Description
It would be nice to be able to filter/sort table columns.
This issue will add the following html classes that can be added to html tables ("sortable", "filterable", "sortHeader", "selectFilter", "unsortable", "noFilter"). For example:
<table id="mytableid" class="sortable filterable" cellSpacing="0" cellpadding="0" border="1"> <tr class="sortHeader"> <th>Page</th> <th width="150" class="selectFilter">Space</th> <th width="150">Date</th> <th width="150">Last Author</th> <th width="210" class="unsortable noFilter">Actions</th> </tr> ...
Attachments
Issue Links
- relates to
-
XWIKI-1249 Add filtering/sorting capabilities to the {table} macro
-
- Closed
-