| Author |
[Ext JS] Sorting by IP adress
|
Stan Pak
Greenhorn
Joined: Feb 11, 2010
Posts: 9
|
|
I want to sort my grid by IP adress like this
192.168.1.3
192.168.1.4
192.168.1.200
but, It's working like this
192.168.1.200
192.168.1.3
192.168.1.4
How can I sort the grid by IP adress correctly?
This is my code.
Thank you.
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56168
|
|
To my knowledge there are few, if any, members of JavaRanch using ExtJS. It's not particularly well regarded in the industry.
You might have better luck at the ExtJS Forums, or (if you have a choice) picking a more widely-used library.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
 |
|
|
subject: [Ext JS] Sorting by IP adress
|
|
|