Hi,
For WCAG we need to add summary attributes to our tables. I'm
proposing to allow the user to pass such a summary to the livetable
macro through a new option.
For ex:
[...]
#set($options = { "className":"XWiki.XWikiUsers",
"translationPrefix" : "xe.index.users.",
"tagCloud" : true,
"rowCount": 15,
"summary: "the summary here" })
#livetable("userstable" $columns $columnsProperties $options)
WDYT? ok?
Thanks
-Vincent