[xwiki-devs] pagedViewLinks macro not worked when filters are used
Hi Developers, #pagedViewLinks macro is not working properly when used with filters. (i.e) When there are more pages and if we filter the results... the filter applies only to the current page... Can anyone tell me how to overcome this.. Regards, --vivek-- -- View this message in context: http://www.nabble.com/pagedViewLinks-macro-not-worked-when-filters-are-used-... Sent from the XWiki- Dev mailing list archive at Nabble.com.
vivek pandian wrote:
Hi Developers, #pagedViewLinks macro is not working properly when used with filters. (i.e) When there are more pages and if we filter the results... the filter applies only to the current page... Can anyone tell me how to overcome this..
Yes, the two things are not mixable. pagedViewLinks cannot be combined with the sortable table, as sortable table already adds support for some kind of paging. The proper solution is yet to be written, which is a LiveTable. This table exists, and is used in the Users and Rights administration, but for the moment it is not flexible enough to be used for custom tables. -- Sergiu Dumitriu http://purl.org/net/sergiu/
participants (2)
-
Sergiu Dumitriu -
vivek pandian