In the Samples, Instruments and Presets tables clicking a column header causes the table to be sorted by the values in that column.
It appears that all columns are sorted using a string comparison. This causes numeric columns to sort, for example, as
1, 10, 11, 100, 101, 2, 20, ...
Columns with numeric data should use a numeric comparison.
Columns with a range value, such as Instruments/Max key range, should probably sort by min value then max value.