1. I can not see an option to navigate directly to the last/first page of the paginated grid. Is this option removed from product or problem with 17.2 release?
Please see attached snippet
2. when I try to start new action, it doesn't load section properly and displays a rectangle most of the times. Initially, I thought it's because of deprecated UI components but I have same problem with new UI layout also
I started getting these issues after 17.2 upgrade. Anyone else facing same problem?
Discussion posts and replies are publicly visible
Hi vahluwalia,
The last/first buttons for a paginated grid appears only if the totalCount i.e, the count of data is >=100
Sample Snippet
load( { a!gridField( totalCount : 100, // Change the totalCount value to 99 to see the changes value : topaginginfo(1,2), columns : { a!gridTextColumn( label : "test", data : {1,2} ) } ) } )
Regards,
Shashank