DataTables and jsViews - $.observable() changes table, how to reload data
DataTables and jsViews - $.observable() changes table, how to reload data
koniczynek
Posts: 2Questions: 0Answers: 0
Hello Everyone,
I use DataTables together with jsViews - works great when it comes to data presentation. However I would like to change some columns using data-link and $.observable() from jsViews. Right now data in table changes perfectly, but DataTables does not know anything about this. I can't search for the changed data, column in which change occurred won't sort properly. I can refresh the whole view and then reinitialize DataTable, but this kills the whole purpose of jsViews $.observable() and removes any DataTable sorting and searching.
Is there another way to tell DataTable to re-read all the values from a table once more?
Your help will be greatly appreciated.
I use DataTables together with jsViews - works great when it comes to data presentation. However I would like to change some columns using data-link and $.observable() from jsViews. Right now data in table changes perfectly, but DataTables does not know anything about this. I can't search for the changed data, column in which change occurred won't sort properly. I can refresh the whole view and then reinitialize DataTable, but this kills the whole purpose of jsViews $.observable() and removes any DataTable sorting and searching.
Is there another way to tell DataTable to re-read all the values from a table once more?
Your help will be greatly appreciated.
This discussion has been closed.
Replies
Allan