Page 1 of 1

Limit no of rows in PreviewOverlay

Posted: Tue Nov 22, 2016 4:02 pm
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


Re: Limit no of rows in PreviewOverlay

Posted: Wed Dec 07, 2016 9:47 am
by mobhar

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


Re: Limit no of rows in PreviewOverlay

Posted: Wed Dec 07, 2016 4:59 pm
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;


Re: Limit no of rows in PreviewOverlay

Posted: Sun May 14, 2017 2:14 pm
by Adam

Re: Limit no of rows in PreviewOverlay

Posted: Fri Jul 28, 2017 12:00 pm
by Webmaster

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