react-table component onClick event for a column

后端 未结 2 1698
陌清茗
陌清茗 2021-01-02 22:29

I am using the \'react-table\' component https://react-table.js.org

I want to add on click event for one column (later I will open a modal showing info based on this

2条回答
  •  伪装坚强ぢ
    2021-01-02 23:04

    At the time of this writing, React-Table 6.8.0:

    The value of 'column' in 'getTrProps' property is always undefined.

    You'll have to use 'getTdProps' property instead.

提交回复
热议问题