I'm using JQGrid 4.4.0 and I would like to override the default behavior for how integers are sorted. I can achieve this by setting the sorttype
property of each colModel
to a function instead of the literal 'int'
.
I'd like to know, though, is there a way that I can make this a global change to my JQGrid configuration, as the example here shows?