Quantcast
Channel: Recent Discussions — DataTables forums
Viewing all articles
Browse latest Browse all 81993

Deselect row on update

$
0
0
I am using 'multi' select in my table. When I edit a row's data using the editor I need the row to deselect after the successful update. I can't seem to get fnSelectNone to fire after the update. Any idea how I might accomplish this? Below is my non-working code.

	editor.on('onSubmitSuccess', function () {
		this.fnSelectNone();
	} );

Viewing all articles
Browse latest Browse all 81993

Trending Articles