ParamQuery grid support forum

General Category => Help for ParamQuery Pro => Topic started by: youngvan on June 23, 2014, 05:40:32 pm

Title: Integer sorting with spaces
Post 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!
Title: Re: Integer sorting with spaces
Post by: paramvir on June 23, 2014, 06:29:08 pm
column with dataType = 'integer' must contain integer data i.e., 1205200 while view can contain any formatting with use of column.render callback.