Thilanka Kaushalya a écrit :
Hi Marc,
I started working with ajaxify the actions in Table operations and as the initial task I chose the "*Alter table order by*" action for ajaxify.
- I added the "*$("#alterTableOrderby.ajax").live('submit')*" action to the functions.js file which posts the *alterTableOrderby *form with ajax post and then return the results without reloading the page.
- I modified the tbl_operations.php file in order to handle the ajax request which was sent by the above action.
I pushed my changes to the repo and please check that. Thank you.
Thilanka, it works fine in my tests.