ParamQuery grid support forum

General Category => Help for ParamQuery Pro => Topic started by: ohbayashi on March 09, 2018, 04:43:52 pm

Title: pqgrid.t.ts > interface options{ freezeBorders?: number; } > boolean?
Post by: ohbayashi on March 09, 2018, 04:43:52 pm
pqgrid.d.ts

row No.: 317
Code: [Select]
            formulasModel?: {
                on?: boolean
            }
            freezeBorders?: number;  <- boolean?
            freezeCols?: number,

ver. 5.1.0
Title: Re: pqgrid.t.ts > interface options{ freezeBorders?: number; } > boolean?
Post by: paramvir on March 09, 2018, 08:06:12 pm
Thanks for the correction. Yes that's supposed to be boolean.