Page 1 of 1

Avalon 6.0.0 displaying page links incorrectly

Posted: 29 Jun 2018, 02:26
by aflorin
After upgrading to Avalon 6.0.0 and primeng 6.0.0, the page links under the turbo table are are displaying with fixed widths of 1.5em (according to chrome dev tools). This is a problem for data sets with lots of pages as the numbers get cut off if they have 3 digits or more (page 100+). This did not happen in the previous version.

I fixed it by setting the following style:

.ui-paginator-page {
width: auto;
}

Re: Avalon 6.0.0 displaying page links incorrectly

Posted: 29 Jun 2018, 09:35
by merve7
Thank you,
We fixed for next release.