Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
请帮我
如何在数据表编辑器灯箱中添加更多添加按钮
像保存一样,我想在编辑器灯箱中添加取消按钮
请通过此代码添加
TableTools.BUTTONS.editor_create.formButtons.unshift( { "label": "Cancel", "className":"btn btn-link", "fn": function () { this.close(); } });