primeng
primeng copied to clipboard
Question: Is it possible to define a separate Paginator for a Table
I'm trying to mimic the styling/layout of an existing application (JSF). pagination is looks roughly like:
< 1 2 3 >
Caption and some other things
Table goes here
< 1 2 3 >
I'd like to define a paginator (or paginators) and then attach it to the table.
Is this possible? I tried setting paginator to false, but then it doesn't paginate at all, even though I've got rows set. I could presumably enable the paginator, and then set display: none on the element, but that seems somewhat kludgey.