Is it possible to use a Deferred object as a data source?

Is it possible to use a Deferred object as a data source?

ifaceiface Posts: 23Questions: 8Answers: 0

Our client side JS framework uses models for all ajax actions. These models provide jQuery deferred objects that will at some point in the future resolve to data.

Is there a way to use a deferred object with a datatable?

http://api.jquery.com/category/deferred-object/

This discussion has been closed.