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.
是否可以在同一页面上放置两次(甚至更多)相同的 dojo 数据网格?我有一个选项卡容器,我需要在至少两个选项卡内显示网格。像修改一样简单grid.placeAt("gridDiv");吗?
grid.placeAt("gridDiv");
就像您只能将一个 DOM 节点同时放置在一个地方一样,您也只能将一个小部件同时放置在一个地方。如果您需要多个相同的网格,则需要创建多个网格实例。