cancel
Showing results for 
Search instead for 
Did you mean: 

Modify custom pagination in table control

12-02-2014 10:31 AM
492 views 3 comments Go to solution
0 Likes
SAP Managed Tags
Subscribe

Hi,

I need to move the pagination of the table control as float: right, but when I assign css to the paginator, it gets back to its original state due to some built in script run by SAP UI. Also, I have a requirement to show the "First Page" and "Last Page" in the paginator control, instead of the default icons.

Thanks,

Mandar Katre.

[email protected]

0 Likes

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Likes

Hi Mandar,

1. To move paginator to right, assign 'float:right;' to 'th-clr-pager-i1' in 'thtmlb_stand.css' file.

    Output is shown in below image.

2. To change icons, enhance 'RENDER_PAGER' method of class 'CL_THTMLB_CELLERATOR'.

Answers (1)

Answers (1)

Former Member
0 Likes

Hi Mandar,

Did the solution resolved your issue??

Regards,

Ritu

Former Member
0 Likes

Thanks Ritu!