How to consume data created with jQuery AJAX in SlickGrid?
问题 Kinda stuck on this and just haven't been able to grok how to do it. If I use a hard-coded array for data it works as expected, but if I issue a call to the endpoint the data is never bound to the grid, although I can see the json call being made through fiddler. Thank you, Stephen <script type="text/javascript"> var grid; var data = []; var columns = [ { id: "#", name: "", width: 40, behavior: "selectAndMove", selectable: false, resizable: false, cssClass: "cell-reorder dnd" }, { id: "id",