wenzhixin / bootstrap-table-examples

Bootstrap table examples
https://examples.bootstrap-table.com/
MIT License
2.24k stars 1.62k forks source link

table.remove(field, value);方法能不能按行号删除? #305

Closed tankxxl closed 5 years ago

tankxxl commented 6 years ago

如果我添加了两条一样的数据,如果删除其中一条,能不能按行号删除呢?table.remove(field, value);

wenzhixin commented 5 years ago

不支持,不过你可以增加一个 field (例如 id )用于标记,这样就可以通过增加的 field 进行删除了:https://live.bootstrap-table.com/code/wenzhixin/91