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.

Menu