Closed lsmith closed 12 years ago
While I'd prefer the data sync layer from ModelList be used for server communication, the current datatable-datasource plugin can be updated to call reset(newData) on the ModelList in data. This should be done for backward compatibility.
datatable-datasource
reset(newData)
data
After this is done, make sure that polling works.
While I'd prefer the data sync layer from ModelList be used for server communication, the current
datatable-datasource
plugin can be updated to callreset(newData)
on the ModelList indata
. This should be done for backward compatibility.After this is done, make sure that polling works.