In this attached screen, each content receives a block with a list that will be loaded according to the status.
The first block loads the assets, the second the ongoing ones and so on, totaling 4 lists.
I want to make a pagination where it loads a maximum of 3 results per row.
Is it possible to do that?
Hello,
If you want only to control number of items per row you can enclose list item inside a container and make width of this container 4 col which will make 3 items only displayed per row.
But if you want to control total number of items will be displayed into list you can use pagination widget. Please check documentation for pagination here
Hi,
With the help of the MaxRecords Property, you can control the maximum number of list items. The value 3 allows you to manage your 3 items per page. Please refer to the image below for reference.
You can pass the value "3" in MaxRecords property, it shows number of records per page.
Regards,
Deepika