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

In editor event callback function, how to get the current editing colomns

$
0
0

When I use editor event callback function, if i want to get the current column and row index that is current edited, how can i get that? thanks.Below is the code.

detailEditor.on('setData', function(e, json,data, action){
        //here how can i get the current column and row index that is current edited
        return ;
    });

Viewing all articles
Browse latest Browse all 3740