lsj__ 发表于 2021-3-3 11:15:26

flexsheet创建和导入怎么使用

flexsheet创建和导入怎么使用
import 'bootstrap.css';
import '@grapecity/wijmo.styles/wijmo.css';
import './styles.css';
import * as wjFlexSheet from '@grapecity/wijmo.grid.sheet';

这些怎么导入


KevinChen 发表于 2021-3-3 13:45:58

您好,Wijmo有对应的学习指南,指南中有FlexSheet的使用方法,导入、基本功能的实现等,参考:
https://www.grapecity.com/wijmo/demos/Grid/FlexSheet/Unbound/purejs
以上链接是最新英文版的,中文版版本较老,可以对比参考:
https://demo.grapecity.com.cn/wijmo/demos/Grid/FlexSheet/Unbound/purejs
页: [1]
查看完整版本: flexsheet创建和导入怎么使用