Is it possible to use Editor to insert a record to a database?

Is it possible to use Editor to insert a record to a database?

rdmrdm Posts: 194Questions: 55Answers: 4

I looked in the MVC examples and see how I can edit a record. Is it possible to use Editor to insert a record?

This question has an accepted answers - jump to answer

Answers

  • rf1234rf1234 Posts: 2,991Questions: 87Answers: 421

    Yes!

  • rdmrdm Posts: 194Questions: 55Answers: 4

    Wonderful nws @rf1234. I tried searching under keywords like "editor insert record" and didn't see any hits for Editor. Where would I find an example?

  • rf1234rf1234 Posts: 2,991Questions: 87Answers: 421

    All examples are about editing (SQL: update), creating (SQL: insert) and removing (SQL: delete) records. Why would you buy an Editor license if it couldn't do all of the three at the same time?

  • tangerinetangerine Posts: 3,365Questions: 39Answers: 395

    Where would I find an example?

    "Editor examples index."
    https://editor.datatables.net/examples/index

  • rdmrdm Posts: 194Questions: 55Answers: 4

    Nowhere do I see "insert" or" add" on that page, which was one of the first ones I looked through.

  • rf1234rf1234 Posts: 2,991Questions: 87Answers: 421
    Answer ✓

    You can see it even on the front page:
    https://datatables.net/forums/discussion/comment/134370#Comment_134370

    Click on the "New" Button and you can create a record. Select a row by clicking on it and you can edit or delete it. It is that simple even without the word "insert" ...

  • rdmrdm Posts: 194Questions: 55Answers: 4

    I see what you're talking about now. That's form-based entry. I was hoping that inline entry were possible, as that's what my client wants.

This discussion has been closed.