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.
1. 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. 2. 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.
Regards, Thilanka.