react 点击方法报错



哪位大佬能不能帮我看一下 我这个点击方法是哪里写错了?
一直报错 我这个方法都不存在

回答

方法一:
image.png
image.png把columns 移出来 不要在 state里

方法二
如果 你非要 那么写 在 constructor super 绑定那个事件

columns数组的title=“操作”元素对象的render方法改成箭头函数试试

{

title: '操作',

key: 'operation',

render: () => {

return //....

}

}

以上是 react 点击方法报错 的全部内容, 来源链接: utcz.com/a/49281.html

回到顶部