📜  制表符 row.delete() - 任何代码示例

📅  最后修改于: 2022-03-11 14:55:23.282000             🧑  作者: Mango

代码示例1
//column definition in the columns array
{formatter:"buttonCross", width:40, align:"center", cellClick:function(e, cell){
    cell.getRow().delete();
}},