How to make CRUD (Create Read Update Delete) in DataTables

How to make CRUD (Create Read Update Delete) in DataTables

RioCandraRioCandra Posts: 2Questions: 0Answers: 0
edited January 2013 in General
Hi all,
How to create a CRUD (Create Read Update Delete) in a data table, I find it difficult to make it
Thankyou.. :D

Replies

  • allanallan Posts: 63,523Questions: 1Answers: 10,473 Site admin
    http://editor.datatables.net/ :-)

    Allan
  • RioCandraRioCandra Posts: 2Questions: 0Answers: 0
    how this coding in CodeIgniter...
  • allanallan Posts: 63,523Questions: 1Answers: 10,473 Site admin
    Editor is server-side agnostic - the client/server communication protocol is documented here: http://editor.datatables.net/server/ , meaning that it can be used with any server environment. It does have PHP libraries that come with the bundle, and will in future have C# and Node.js implementations, but there is not currently a dedicated CI library - that would be implemented using the client/server documentation described above.

    Allan
This discussion has been closed.