Sorting numeric values
Status: Beta
Brought to you by:
gkalinec
Hello,
I prepared patch for sorting both string and numeric values.
It can be useful in case below set of data in "table_data" property:
var d = [["a", 1, "b"], ["c", "def", 3.44] ... etc.]
I prepared patch based on version 0.3.3.
Thank you for nrsTable library.
Best regards.
Marcin