Saravananscope / dragtable

Automatically exported from code.google.com/p/dragtable
0 stars 0 forks source link

Sorting with DataType..... #31

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Take an ID column with Integers (No. of Rows > 10).
2.Sorting the table would result in ID's as 1,10,2,3,4,5....
3.

What is the expected output? What do you see instead?
ID's as 1,2,3,4,5,6,7,8,9,10....

What version of the product are you using? In what browser?
Downloaded from http://danvk.org/dragtable/

If this is a bug, please include the URL for a page that demonstrates the
bug.

Please provide any additional information below.

Original issue reported on code.google.com by kapildes...@gmail.com on 13 Sep 2012 at 9:35

GoogleCodeExporter commented 8 years ago
1.Take an % column with Integers (No. of Rows > 10).
2.Sorting the table would result as 1%,10%,2%,3,4,5....

What is the expected output? What do you see instead?
 1%,2%,3%,4%,5%,6,7,8,9,10....

Updated Issue

Original comment by kapildes...@gmail.com on 13 Sep 2012 at 9:41