Table 组件行 打开/关闭 折叠效果时触发,比如:树状结构或者引用子表格时。

可配置 jsAction,payload:

 

{   
	expanded:true, // boolean 打开/关闭, 
	record : {}, // JSON object , 当前行的数据 
}