[SOLVED] How to refresh List page after Inline Add/Edit - Not working
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