在Webix中删除datatable中的行可以使用remove方法。 语法如下: $$("datatable_id").remove(row_id);. 参数row_id是要删除的行的唯一标识符。
確定! 回上一頁