EricBrian
16 Oct 2007, 11:20 AM
The example given on this page:
http://extjs.com/deploy/ext/examples/grid/from-markup.html
Is there a way to tell the column sort that the data is of a certain type?
As it is now, my tables sort:
1
10
2
20
instaed of
1
2
10
20
Thanks! :)
Eric
http://extjs.com/deploy/ext/examples/grid/from-markup.html
Is there a way to tell the column sort that the data is of a certain type?
As it is now, my tables sort:
1
10
2
20
instaed of
1
2
10
20
Thanks! :)
Eric