是否有制表符内部 API 的备忘单,例如类似于 cell.getData() 的备忘单?

Is there a cheatsheet for tabulator's internal API, for example similar to cell.getData()?

那么,制表符的内部API有没有作弊sheet,比如有cell.getData(),但是其他的cell,row,column还有哪些table?还有其他组件吗?

目前,我正在直接访问对象,但我预计它会中断,因为这些对象以“_”为前缀,例如“_row”,我想使用实际的 API 在场。

感谢您的关注(:

组件如下:

http://tabulator.info/docs/4.6/components

对于 table 方法:

http://tabulator.info/docs/4.6/update