jqwidget

JQWidgets treegrid with dataAdapter not rendering

杀马特。学长 韩版系。学妹 提交于 2019-12-13 04:42:04
问题 I'm in the AngularJS environment, and trying to get a jqWidgets TreeGrid working. I have the dataAdapter all wired up with the Json formatted data, however the grid renders empty data but shows columns (see attached image). I'm using this non Angular-based demo as a guide to wire up the dataAdapter: http://www.jqwidgets.com/jquery-widgets-demo/demos/jqxtreegrid/index.htm#demos/jqxtreegrid/javascript-tree-grid-binding-to-json.htm because this Angular sample is too simple (i.e. doesn't use the

leaflet map inside jqWidget resulting in grey tiles

半腔热情 提交于 2019-12-11 12:55:58
问题 I am using angularjs with jqwidgets as a UI Framework and leaflet with angular-leaflet-directive. When I try to put a leaflet map into a jqDockingLayout / jqRibbon, the maptiles of leaflet are not shown properly (grey background instead of tile). Here is a minimal Plunker i prepared: https://plnkr.co/edit/NrvXojEmKqA7PuIhDHTM I tried to call map.invalidateSize(); after document ready and/or after creation of the jqxDockingLayout. I also tried to wrap leaflet in my own directive manually