primeng icon indicating copy to clipboard operation
primeng copied to clipboard

Question: Is it possible to define a separate Paginator for a Table

Open mconner opened this issue 1 year ago • 0 comments

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.

mconner avatar Apr 19 '24 21:04 mconner