Show added record after submit in a modal dialog

Show added record after submit in a modal dialog

torsten.muellertorsten.mueller Posts: 4Questions: 3Answers: 0

Hello,

I´m using datatables and I really like it! But now I have a problem and I don´t know how to implement it.

I have a 'standard' table with editor. After I add a new record I want to display the added record/values in a seperate modal dialog. But I need not only the values I entered in the "create record" dialog, I also need a generated value from the database.
So I need a method to get the just stored record after I clicked the submit button.

Any ideas?
Any suggesstions are helpful!

Answers

  • Tom (DataTables)Tom (DataTables) Posts: 139Questions: 0Answers: 26

    You should be able to use the Editor events and then use those to bring up your modal.
    Editor Events. You could use `e-event postCreate) as this contains the rows data.

    Thanks

    Tom

This discussion has been closed.