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(); } });