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
preCreate
andpreEdit
events to listen for the events that are triggered by Editor immediately prior to updating the table.Alternatively you could possibly use the
columns.render
option to 'render' the data from the row as needed.Allan
Thank you. Will try