lsmith / yui3

YUI 3.x Source Tree
http://developer.yahoo.com/yui/3/
Other
7 stars 0 forks source link

Update datatable-datasource plugin #9

Closed lsmith closed 12 years ago

lsmith commented 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.

After this is done, make sure that polling works.