ParamQuery grid support forum
General Category => Help for ParamQuery Pro => Topic started by: youngvan on June 23, 2014, 05:40:32 pm
-
Hello!
What is the best way to fix column sorting problem in situation when value can be consist of formatted Integer sum with whitespaces,
for example: '1 205,200' ?
Thanks!
-
column with dataType = 'integer' must contain integer data i.e., 1205200 while view can contain any formatting with use of column.render callback.