on table.ajax.reload() Data Table update necessary row column
on table.ajax.reload() Data Table update necessary row column

I want to update the necessary row column only, when table.ajax.reload()
happens, i already tried https://github.com/jhyland87/DataTables-Live-Ajax but it is not worth for serverSide: true
, so kindly suggest me to find some library or give some ideas to achieve, thanks a lot for reading this, i will thankful if you give some ideas,
This discussion has been closed.
Answers
ajax.reload()
will always reload the whole table. If you only want to modify rows which have changed values you would need to userow().data()
and some custom code to check if the row needs to be updated or not.Allan
will you please give me sample of
ajax.reload()
insetTimeOut()
which update only the necessary row that have been updated in newjson
result.Delighted to - the Quick Support 60 option would cover that.
Allan