editor6.on( 'preSubmit', function ( e, d, action ) {
if ( action === 'remove') {
// READ Value of All columns of row
}
});
editor6.on( 'preSubmit', function ( e, d, action ) {
if ( action === 'remove') {
// READ Value of All columns of row
}
});