Hello,

I've a table with some fields, and one of its fields is "name". When I load
my livetable, I want to only have the line where the name's value is
"Stephanie" (for example). I don't want to have the others line where the
name's value isn't "Stephanie".

I've tried to play with "extraParams" like that :

#set($options = { "className":"Code.ApplicationClass",
  "extraParams":"name=Stéphanie",
  "tagCloud":true,
  "translationPrefix":"ApplicationsLiveTable.",
  "rowCount": 20
})

But this doesn't work. Do you have an idea of how I can do this ?

Thanks, 
Stéphanie

--
View this message in context: 
http://xwiki.475771.n2.nabble.com/Filter-a-livetable-tp7579403.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