This topic is locked
[SOLVED]

 How to refresh List page after Inline Add/Edit - Not working

1/5/2015 12:22:01 PM
PHPRunner General questions
P
phppinoy author

Hello. I think Im missing something. I added this code in the Javascript onload event and it is not working.
this.on('afterInlineEdit', function( fieldsData ) {

location.reload();

} )
Do I have to change the "fieldsData" text?
Thanks

Sergey Kornilov admin 1/6/2015

It should work if your version of PHPRunner is current. Check for Javascript errors if any.