DataTables Editor
DataTables Editor
bsklar
Posts: 2Questions: 1Answers: 0
Are there some examples showing how to get data from the table and callbacks from the operations of Delete, Edit, and New from the buttons.
Thanks.
This discussion has been closed.
Answers
There aren't callbacks as such, but there are events, which will serve the same purpose. They are documented in the Editor reference.
Getting data from the table - the DataTables API can be used for that -
row().data()
for example.Allan