On Tue, Feb 21, 2012 at 17:37, Marius Dumitru Florea
<mariusdumitru.florea(a)xwiki.com> wrote:
Hi Adrian,
[...]
In newer versions of XWiki Enterprise (I don't
know which version
you're using, but I've tested with 3.5) you have to edit
XWiki.AdminGroupsSheet for groups and XWiki.AdminUsersSheet for users.
Both pages contain a line like this:
var ta = new XWiki.widgets.LiveTable("$url", "userstable",
callback);
Just replace it with:
var ta = new XWiki.widgets.LiveTable("$url", "userstable", callback,
{limit: 100});
where 100 is the number of items displayed per page.
Hope this helps,
Marius
It sure did help. Worked great on xwiki 3.4, thanks.
--
Fita Adrian