tabulator row.delete() code example
Example: tabulator row.delete()
//column definition in the columns array
{formatter:"buttonCross", width:40, align:"center", cellClick:function(e, cell){
cell.getRow().delete();
}},
//column definition in the columns array
{formatter:"buttonCross", width:40, align:"center", cellClick:function(e, cell){
cell.getRow().delete();
}},