refresh data table after create action
refresh data table after create action
Hi,
Even though new row is added on completion of a create operation it does not give live data base status which may be updated by another user.
Is there any provision to refresh the data table on completion of a Create operation by the editor ? My data table is initialized by json data from a GET url.
Hope for your reply
Regards
Vinod
Even though new row is added on completion of a create operation it does not give live data base status which may be updated by another user.
Is there any provision to refresh the data table on completion of a Create operation by the editor ? My data table is initialized by json data from a GET url.
Hope for your reply
Regards
Vinod
This discussion has been closed.
Replies
Allan
Whether I have to use oTable.fnReloadAjax() as call back in $ajax function in place of success call back?
or
Can I use it inside a onPostCreate event of the editor so that it will reload the whole table soon after a create action is successful?
Please help to clear the confusion
Allan