Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我将如何在骨干网中使用 backgrid.marionette 应用程序?
它看起来很简单。只需将 Backgrid 视图添加到任何区域:
MyApp.addRegions({ someRegion: "#some-div" }); var columns .... var userList .... MyApp.someRegion.show( new Backgrid.Grid({ columns : columns, collection : userList }) );