I have a slight change in the source code. I added a parameter to the update event handler to ask for sorting.
$("#MyTable").trigger('update') will work as usual.
$("#MyTable").trigger('update', true) will request sorting after the update.
$this.bind("update", function (e, sort) { var me = this; setTimeout(function () {
source share