showing Page numbers in middle of table.

Hi Team,

I am working with Pega 8.6.2 I have created a table and used this section “pyGridPaginator” for displaying page numbers. But the Page numbers are showing on the right side. I want to show those page numbers in the middle of the table. Could you please help me to fix this?

Thanks

Madhu.

@DolluM39

Hi DolluM39,

Please Follow below steps,

1.Check your screen width and height by inspect elements.

2.Create Text file and write CSS Padding code .

.pagination {
padding: 0px 636px 0px 0px !important;
}

3.call this text file in Additional style sheets of skin rule.

4.go to grid section and go to presentation tab of embedded pagination section and select Display advanced presentation options.

5.call “Pagination” class in Cell read-write classes and Cell read-only classes columns.

Please find attachment,I hope this is helpful to you.

Thanks!