I know you can use a <rich:datascroller> when you want pagination on a <rich:dataTable>. But, what about a <rich:dataList> or <rich:dataOrderedList>? Is there any mechanism for pagination on these components? Or will I have to code in the logic by hand?
I know you can use a <rich:datascroller> when you want pagination on a <rich:dataTable>
Share
Nowhere it is said that
<rich:datascroller>works only with<rich:dataTable>. So I’d assume it works with most iteration tags – try it.If it for some reason doesn’t, you can easily emulate the appearance of a list using a table (with proper css)