Limit no of rows in PreviewOverlay

Post Reply
marisoft
User
Posts: 209

Limit no of rows in PreviewOverlay

Post by marisoft »

Possibility of setting no of rows visible in extension PreviewOverlay.
Ideally this should be set per individual table in Tools > Extensions > Preview > Advanced.

Cheers
/Poul


mobhar
User
Posts: 11660

Post by mobhar »

You may simply use "Row_Rendered" server event to achieve it. See this post: http://www.hkvforums.com/viewtopic.php? ... 71#p119371


digitalphotoworld
User
Posts: 416
Location: Nürnberg/Germany

Post by digitalphotoworld »

mobhar wrote:
You may simply use "Row_Rendered" server event to achieve it. See
this post: http://www.hkvforums.com/viewtopic.php?f=4&t=39628&p=119371#p119371

This solution is only useful for small tables with a limited number of rows. If there are houndred or thousands of detail-records, it is not helpful.

mariasoft wrote:
Ideally this should be set per individual table in Tools > Extensions > Preview > Advanced.

And a way to use an event e. g.
//Page Load
$this->PreviewOverlayLimit = 20;


Adam
User
Posts: 480

Post by Adam »


Webmaster
User
Posts: 9425

Post by Webmaster »

Preview extension of v2018 supports paging and sorting, you can specify page size in advanced settings.


Post Reply