请选择 进入手机版 | 继续访问电脑版
 找回密码
 立即注册

QQ登录

只需一步,快速开始

15167103105
注册会员   /  发表于:2019-3-14 19:25  /   查看:3892  /  回复:1
本帖最后由 15167103105 于 2019-3-14 19:28 编辑

1.给table绑定数据后可以取到它对应绑定的datafield吗
2.给单元格绑定,setbindingPath,之后可以取到它绑定的字段吗

1 个回复

倒序浏览
KevinChen讲师达人认证 悬赏达人认证 SpreadJS 开发认证
论坛元老   /  发表于:2019-3-15 11:16:12
沙发
您好,可以实现。

1、table可以通过table.bindingPath()方法获取到它的绑定路径:

https://demo.grapecity.com.cn/sp ... le~bindingPath.html

2、单元格绑定后,可以通过getBindingPath获取到单元格绑定的字段:

https://demo.grapecity.com.cn/sp ... getBindingPath.html
回复 使用道具 举报
您需要登录后才可以回帖 登录 | 立即注册
返回顶部