Details
-
Improvement
-
Resolution: Fixed
-
Major
-
1.0 RC5
-
None
-
cti
-
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
-