Hello, I have an other question for you. I just create a livetable that show every page I have in my space. The page are answers from a survey and they have differents status : "new", "to be seen", "done". When I go on the page where I have my livetable, I just want to see in first, pages with "new" status. This is my code : #set($collist = ["name", "date", "statut", "_actions"] ) #set($colprops = { "name" : { "type":"text", "sortable":true, "filterable":true, "link":"view"}, "date" : { "type":"list", "sortable":true, "filterable":true}, "statut" : { "type":"list", "sortable":true, "filterable":true}, "_actions" : { "actions": ["edit", "delete"] } }) I try to add : "default" : "new" but it doesn't work and I really don't know how to show the "new pages" in first, so thank you ery much for all person who will help me. Best regards, Stéphanie -- View this message in context: http://xwiki.475771.n2.nabble.com/Livetable-order-by-tp7092786p7092786.html Sent from the XWiki- Users mailing list archive at Nabble.com.