Thanks for you quick response.

The TablePages has only one parameter called pagesDisplayed which is used just to set the number of pages displayed. When this set to 0 the current page number is displayed with link for first/previous/next/last page. I also looked in Table to see when the pages are displayed and the only condition is pageCount > 0.

Table is just a wrapper for TableView, TablePages, TableColumns, TableValues

So you can use all those components and skip using TablePages so the page indexes don't display.



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to