Good morning
I have a problem with sort.
This is my Code:
columnSorting: {
indicator: true,
sortEmptyCells: true,
initialConfig: {
column: 1, // deve essere assolutamente un numero
sortOrder: ‘asc’
}
},
I want sort following ascii code.
The sort is wrong.
Why 00 is before all.
I want this sequence of sort:
//
00
my text
What am I do to have the right sort ?
Best regards