Martin Lorenz
Hello,
I have problem with sort() method in table. I would like to sort table with respect to the first colum where I have integer value. I have button Add row, which adds new row (appendElement()method) and next call method sort. And this is my result when I add for exampele 9 rows (attach).
How you see, number in the first row, aren’t sorted properly. Where I make mistake?