|
Title: jQuery EasyUI with Ember.js Post by: tomhj on July 31, 2014, 12:41:18 PM Has anyone tried using jQuery EasyUI as the view component within an Ember.js web application?
I'm considering it for a project but I'm concerned about how the two would play together with EasyUI's handling of heavy-data components like datagrid and treegrid with virtual pagination. My app deals with a lot of data and it makes heavy use of those features. Ember.js seems to want to control handling the data and fetching it from the server when needed. thanks, Tom |