wijmo multigrid 自定义单元格
本帖最后由 Test-User 于 2020-8-27 15:00 编辑想要实现复数行grid自定义单元格内容的,有没有类似于单数行的这种写法,我试了在复数行定义layoutdefination的时候利用cellTemplate,没能成功,有没有这样的demo<wjGrid.FlexGridColumn
>
<wjGrid.FlexGridCellTemplate
cellType="Cell"
template={(context: any) => {
return (
<InputComponent/>
);
}}
/>
</wjGrid.FlexGridColumn>
您好,完整的示例请参考附件。 您好,Cell Templates是当前2020 Update2刚刚加入的新特性,还没有应用到multirow grid上的入口,您可以考虑用传统的自定义单元格实现。
https://demo.grapecity.com.cn/wijmo/demos/Grid/CustomCells/CustomEditors/purejs 您发的这个链接,没有下载代码按钮,所以无法获取到custom-grid-editor这个组件的代码,能否麻烦提供下?麻烦了
页:
[1]