ParamQuery grid support forum

General Category => Bug Report => Topic started by: ohbayashi on April 05, 2018, 02:43:50 pm

Title: pqgrid.d.ts > Method scrollXxx callback needs to be option.
Post by: ohbayashi on April 05, 2018, 02:43:50 pm
ver.5.1.0

pqgrid.d.ts
Code: [Select]
            scrollCell(obj: { colIndx?: number, dataIndx?: numberorstring, rowIndxPage: number, rowIndx: number }, fn: () => void )

            scrollColumn(obj: { colIndx?: number, dataIndx?: numberorstring }, fn: () => void )

            scrollRow(obj: { rowIndxPage: number, rowIndx: number }, fn: () => void )

"?" Is required for scroll related callback.
Code: [Select]
            scrollCell(obj: { colIndx?: number, dataIndx?: numberorstring, rowIndxPage: number, rowIndx: number }, fn?: () => void )

            scrollColumn(obj: { colIndx?: number, dataIndx?: numberorstring }, fn?: () => void )

            scrollRow(obj: { rowIndxPage: number, rowIndx: number }, fn?: () => void )

Title: Re: pqgrid.d.ts > Method scrollXxx callback needs to be option.
Post by: paramvir on April 13, 2018, 09:49:58 am
Thanks for pointing out the corrections.

They are included in the upcoming version.
Title: Re: pqgrid.d.ts > Method scrollXxx callback needs to be option.
Post by: ohbayashi on April 13, 2018, 10:06:10 am
 :)
Title: Re: pqgrid.d.ts > Method scrollXxx callback needs to be option.
Post by: paramvir on July 24, 2018, 11:09:17 am
These are corrected in v5.2.0