ParamQuery grid support forum
General Category => Help for ParamQuery Pro => Topic started by: hirehop on July 18, 2023, 09:46:57 pm
-
Setting "virtualWin" for a TreeGrid causes an error.
On Tree Grid, if you set a column to dataType:"float" and then in the render function return a number and not a string, it doesn't output the number. Works fine on normal grids.
-
number is not supposed to be returned in the column.render callback. It has no relation to the dataType of the cell.
https://paramquery.com/pro/api#option-column-render
-
and about first point is about "virtualwin" for a tree grid causes an error?
-
Please mention the error details.