On Feb 22, 2014 2:41 AM, "Leonardo Kodato" <[email protected]> wrote:
Hi all. Is it possible to make a livetable with static content like the Table Sorter extension proposes( http://extensions.xwiki.org/xwiki/bin/view/Extension/Table+Sorter)?
Yes, it is possible. The live table has a parameter named 'resultPage', see http://extensions.xwiki.org/xwiki/bin/view/Extension/Livetable+Macro#HParame.... This page generates the JSON with the live table rows. Using the browser's dev tools you can check the requests made by an existing live table and the produced JSON.
Im asking it, because sometimes I just want to order a big static table. I dont want to create a class and set properties just to make a simple
filter
on the content(like in Excel).
You will have to implement pagination, sorting and filtering in the result page if you want them. Unfortunately I don't have an example of a results page that is not based on objects/classes at hand. I'll try to find one. Hope this helps, Marius
I've tried to user the Table Sorter extension, but It seems not to be working with Xwiki 5.3(maybe because its deprecated).
Thank you =) _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users