如何填充 DataGrid 或任何表格(如小部件)
当我有三个带有值的数组并且我需要在网格中包含三列时(对于每个数组一列,数组中的项目之间是 1:1:1,项目已连接)?
Can anybody show me how to fill DataGrid or any table like widget in Dojo when I have three arrays with values and I need to have three columns in grid (for every array one column, it is 1:1:1 between items from array, items are connected ) ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
从数组填充 dojo 网格
*注意:您需要将 3 个数组转换为 1 个数组,如示例
Dojo 文档
Fill dojo grid from array
*Note: you need to transform your 3 arrays in 1 like in example
Dojo docs