Static Table then Load from Server
Static Table then Load from Server
Wolffy
Posts: 3Questions: 0Answers: 0
Wondering if this is possible. When my page initially loads, I have a static table on which I apply dataTable. Subsequent to that, user interaction my update, add or delete data to this table -- so I would like to reload the data in this table via Ajax. Just wondering if there is any way to 'convert' a table from DOM loading to Ajax Loading on the fly.
Or perhaps, since only one row in the table will be updated,/deleted/added at a time -- should I using the API then to update the table based on the success of the Ajax call?
(DT 1.9.4)
Or perhaps, since only one row in the table will be updated,/deleted/added at a time -- should I using the API then to update the table based on the success of the Ajax call?
(DT 1.9.4)
This discussion has been closed.
Replies
Allan