It should be noted that from version [ 1.3.1 ] the delete function is not supported when using the ajax option. There is a note in the source that reads
[todo: implement ajax DELETE]
An alternative might be something like this:
$('[data-row-id="'+uid+'"]').remove();
source
share