Refresh single row

Refresh single row

seotechseotech Posts: 8Questions: 4Answers: 0

Hello,

I'm integrating a feature that checks if data has changed in the meantime already in the database so that data can not be overwritten.I work with a simple time stamp test, which is checked after submitting the form editor. - this works.

If there is a difference, the editor should be equal to reopen with the updated data from the database. Is it possible to refresh a single row.? The table is linked server side.

This question has an accepted answers - jump to answer

Answers

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

    Hi,

    The way to refresh a single row is with the row().data() method. You would pass it in the new data object/array for the row and then redraw the table.

    I'm quite keen to add this as a core feature to Editor which will probably be around v1.6.

    Regards,
    Allan

This discussion has been closed.