Highligt new row
Highligt new row
nskwortsow
Posts: 120Questions: 0Answers: 0
Hi Allan,
I want to highlight the newly added row.
The code below does not work; and manually selecting the row (e.g. $('#tr_14).addClass('succes'); doesn't work either. Do you have a suggestion?
editor.on( 'onCreate', function (e, json, data) {
$('#'+json.id).addClass('success');
});
I want to highlight the newly added row.
The code below does not work; and manually selecting the row (e.g. $('#tr_14).addClass('succes'); doesn't work either. Do you have a suggestion?
editor.on( 'onCreate', function (e, json, data) {
$('#'+json.id).addClass('success');
});
This discussion has been closed.
Replies