Details
-
Improvement
-
Resolution: Duplicate
-
Major
-
None
-
1.0 RC5
-
None
-
Low
-
Description
With XWIKI-1244 we've added support for filtering/sorting to HMTL tables by adding some class ids. The next step is to add these features to the
macro. This requires a rewrite of that macro as it's currently using Radeox code which doesn't support adding class ids.
Here's a proposal for the format:
{table:sortable|filterable|sortColumns=0,1,2,4|filterColumns=0,1,2,4}
where sortColumns and filterColumns specify which columns are sortable/filterable. By default if filterable is on then all columns are filterable. Same for sortable.
Attachments
Issue Links
- is duplicated by
-
XRENDERING-24 Complete advanced table syntax for XWiki 2.0 rendering
- Open
- is related to
-
XWIKI-1244 Add ability to have sortable/filterable tables (in the Albatross skin)
- Closed