How to customize what will be added to table by Editor?
How to customize what will be added to table by Editor?
This question has an accepted answers - jump to answer
This discussion has been closed.
This question has an accepted answers - jump to answer
Answers
You can use the
preCreateandpreEditevents to listen for the events that are triggered by Editor immediately prior to updating the table.Alternatively you could possibly use the
columns.renderoption to 'render' the data from the row as needed.Allan
Thank you. Will try