How to add click events to columns

clipboard.png
I want to add a click event to this columns. How should I add it?

Mar.02,2021

what action is triggered after clicking? in fact, title can be a react node, that is, you can write jsx directly in title

title: <Button onClick={this.handleClick} ></Button>

this is a component of antd.

  

isn't it possible to customize the tag within the render? just write it on the tag.

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b38047-3448d.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b38047-3448d.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?