I'm currently working on creating a table with sorter columns using the antd framework. Can anyone guide me on how to position the tooltip above the sorter icon? Below is a snippet of my UI.
https://i.sstatic.net/fGoqA.png
Specifically, I included this property within the 'date' column.
showSorterTooltip={{title: 'Click to sort', placement: 'topRight', arrowPointAtCenter: false, autoAdjustOverflow: true}}