Numerical sorting of IPv4 addresses in the table

Trying to sort tables numericaly, and could not find how to do that. In grafana, table column sorting has 3 possible values changed when clicking column header: no sort, ascending, descending.

When data is strings and is sorted it seems to always use alphabetical order. How can I do to have a numerical sorting of my strings ?

Actually my table displays IP adresses, so I need a numerical sorting that is able to understand IP format (v4).

Do I need to add transformation to do that ?

I am currently using Grafana v7.3.7, will an upgrade to latest version add sorting functionalities ?