dojo工具箱-增强的网格-我们可以有单元格边界吗



我可以通过编程方式拥有单元格边界吗(使用dojo/js代码而不更改css属性-.dojoxGridCell(。

如果您已经以编程方式设置了网格,则可以使用"style"选项来更改网格的布局。

YourGrid = new EnhancedGrid({
id: 'YourGridId',
store: YourStore,
style: "width:500pt;height:200pt;",
structure: layoutYourGridsName,
rowSelector: '20px',
keepSelection: false,
plugins: {
indirectSelection: IndirectSelectionSettings,
filter: Filtersettings,
pagination: PaginationSettings,
exporter: true
}
});

相关内容

  • 没有找到相关文章

最新更新