Details
-
Bug
-
Resolution: Fixed
-
Minor
-
4.3
-
None
-
Windows 7; Internet Explorer 8 (current corporate standard)
-
Unknown
-
N/A
-
N/A
-
Description
We have noticed that the table columns do not sort reliably. This is the code we currently see on the XWiki.ExternalLinks page:
{{velocity}} #set($columns = [ 'link', 'page', 'code', 'date']) #set($columnsProperties = { 'link' : { 'type' : 'text' }, 'page' : { 'type' : 'text' }, 'code' : { 'type' : 'text' }, 'date' : { 'type' : 'text' } }) #set($options = { 'resultPage': 'XWiki.ExternalLinksJSON', 'translationPrefix' : 'platform.linkchecker.livetable.', 'rowCount' : 50, 'description' : 'This table lists the states of all external links found on this wiki. The columns can be sorted.' }) #livetable('links' $columns $columnsProperties $options) {{/velocity}}