Skip to content
Advertisement

Antd: How to change tooltip label on table sorter

I’m new using Antd, I’ve create a table with sort functionalities, but I need to change the text on the tooltip of the sorter.

Sorter tooltip:-

enter image description here

Thanks in advance, if you need any extra code snippet just please let me know.

Advertisement

Answer

I was able to solve it this way:

JavaScript

The trick is to use the showSorterTooltip property.

User contributions licensed under: CC BY-SA
10 People found this is helpful
Advertisement