Hi,
I am trying to sort data that I have built in HTML...
The sorting is "as a string"... that is "73" and "7" are before "6"...
In your data examples, when you put in the data field, it works as expected, but in the table format, it does not.
In the data examples, you can do "type of" ... which is not possible with table, so I propose adding type-of as a column attribute
if(typeof(data) == 'number')
if(typeof(data) == 'boolean')
In the same vain, your sorter: true, with asc and desc ... you should also have default methods of "alpha" or "numeric" with custom functions to override.
field:'freq', align: 'center',sortable:true, order:'desc', format:'number'