This topic is locked

PHPR Refresh detail list

5/9/2016 10:19:38 AM
PHPRunner General questions
A
aalekizoglou author

When on an Edit or View page, I'd like to have a button to refresh a detail list, thus retrieving records inserted from other clients.
According to

[size="2"]https://asprunner.co...n_list_page.htm [/size]
[size="2"]I could do this on a list page. Tried that for my detail list, but I got an error from RunnerAll.js[/size]
[size="2"]



if ( this.addRndVal ) {

this.baseParams[ "rndVal" ] = Math.random();

}



[/size]
Is there another method to do that?

Sergey Kornilov admin 5/9/2016

We do not have such functionality available. The example in the manual only works with list page and only when "AJAX sorting, search" option is enabled.

A
aalekizoglou author 5/9/2016



We do not have such functionality available. The example in the manual only works with list page and only when "AJAX sorting, search" option is enabled.


Thanks Sergey,
as an alternative can I add a new detail record, fill in the fields, and save with javascript?