Question

Display more records in Detail

The standard limit looks to be 10 records before the user has to select 'show more'. Is there a way to increase that 10 limit slightly?

Like 0

Like

1 comments

Hello,

We've checked the requested information, and it's not possible to implement the described changes with basic system tools, they will require additional development. 

In order to change the number of records in the grid, please check the BaseDataView scchema, particularly initRowCount method. You can override the schema to set the needed number of records to be initially loaded. Also, you can inspect the whole BaseDataView schema for other related logic.
Also, the below posts on our community can be helpful:
https://community.creatio.com/questions/display-all-records-detail-instead-showing-show-more-button

https://community.creatio.com/questions/change-limit-number-rows-showed-default-detail

Best regards,
Antonii.

Show all comments