Sorting a HTML table
I’ve a HTML table that contain several columns. I’ve found a JSscript w3school to sort this table. I’ve slightly modifyed this script to be able to sort also a columns that contain only number. It works well except for 1 column that contain values like this ‘ 548m / 1797ft’ . This kind of value go after higher one?! I really don’t understand what’s going wrong for this particular column.