简体   繁体   English

在改变了handontable的函数后从prop中获取列索引

[英]get column index from prop in after change function of handsontable

there is a problem getting the column index in after change function of Handsontable, in old versions it was much clear than now, in this function parameter changes gives out: 在Handsontable的更改功能之后获取列索引时出现问题,在旧版本中它比现在要清楚得多,在此函数中参数更改给出:
2D array containing information about each of the edited cells [[row, prop, oldVal, newVal], ...] but where is the COLUMN!? 2D数组包含有关每个已编辑单元格的信息[[row,prop,oldVal,newVal],...]但是COLUMN在哪里!?

thank you all for help! 谢谢大家的帮助!

您可以使用propToCol(prop)来获取列索引;)

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM