This content has been marked as final.
Show 3 replies
-
1. Re: <rich:dataScroller> hiding page number for millions of records
michpetrov Aug 16, 2017 5:22 AM (in response to askkuber)You just need to increase the width of the button, .rf-ds-nmb-btn. Looking at it the class should have min-width, rather than width, i.e.
{ width: initial; min-width: 2em; }
-
2. Re: <rich:dataScroller> hiding page number for millions of records
askkuber Aug 16, 2017 6:06 AM (in response to michpetrov) -
3. Re: <rich:dataScroller> hiding page number for millions of records
askkuber Aug 16, 2017 6:41 AM (in response to askkuber)Rather than doing suggested by you,What is you view to use like this
*.rf-ds-nmb-btn {
width: auto;
flex: 1 1 auto;
}