I am facing a problem where I need to sort elements, depending on their value, which contains a numbers, separated by periods. I need to sort elements depending on the value
there is an "easy" answer that doesn't use any extension: split row values into chucks and sort on it.