I have searched the issues of this repository and believe that this is not a duplicate. Reproduction link Steps to reproduce showMessage = () => { alert('hello'); } getColumns = () => { return [ { title: 'No.', dataIndex: 'no'}, { title:...