Quantcast
Channel: Editor — DataTables forums
Viewing all articles
Browse latest Browse all 3744

Prevent edit on rowgroup

$
0
0

I'm using Editor and Rowgroup.

This is my event:
$('#dataTablesEditor').on( 'click', 'tbody td:not(:first-child)', function (e) {
editor.inline( table.cell( this ).index(), {
onBlur: 'submit'
} );
} );

How can i disable edit when clicking on the rowGroup tr?
Now i got an error:
ught Error: Cannot edit more than one row inline at a time


Viewing all articles
Browse latest Browse all 3744

Trending Articles