I also created http://jira.xwiki.org/browse/XWIKI-8684 for the Link Checker
table-sorting issue.

Lisa


lisalisa wrote
> ...I have noticed that the table columns do not sort reliably. Can you
> suggest any modifications to the syntax? This is what we currently have:
> 
> {{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}}





--
View this message in context: 
http://xwiki.475771.n2.nabble.com/Question-About-Link-Checker-Module-tp7580939p7583263.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
_______________________________________________
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users

Reply via email to