How to apply Pagination on cardLayouts

instead of using gridField, we are using cardLayouts to display data for better look and feel , but wanted to know how we can apply custom pagination and sorting  on these cardLayouts.

 

  Discussion posts and replies are publicly visible

Parents
  • Hi Lokesh Kothari,

    High level we can try it out with the following way.

    Design a generic card layout that takes the your details and displays within it.
    Design one interface and user forEach to display first the generic card layout interface.
    Below you try to use a!richTextIcon with the combination of dynamic link to change the pagination for this you need create an expression rule that handles the "<<", "<" ">" " >>"
Reply
  • Hi Lokesh Kothari,

    High level we can try it out with the following way.

    Design a generic card layout that takes the your details and displays within it.
    Design one interface and user forEach to display first the generic card layout interface.
    Below you try to use a!richTextIcon with the combination of dynamic link to change the pagination for this you need create an expression rule that handles the "<<", "<" ">" " >>"
Children