How to customize what will be added to table by Editor?

How to customize what will be added to table by Editor?

sergedasergeda Posts: 42Questions: 16Answers: 0

Is it possible to use some callback to customize what will be added to table by Editor? What I actually want to do is to add link to other page for one item in row.

This question has an accepted answers - jump to answer

Answers

  • allanallan Posts: 61,840Questions: 1Answers: 10,134 Site admin
    Answer ✓

    You can use the preCreate and preEdit 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

  • sergedasergeda Posts: 42Questions: 16Answers: 0

    Thank you. Will try

This discussion has been closed.