Author Topic: pqgrid.d.ts > Method scrollXxx callback needs to be option.  (Read 2766 times)

ohbayashi

  • Pro Enterprise
  • Newbie
  • *
  • Posts: 41
    • View Profile
pqgrid.d.ts > Method scrollXxx callback needs to be option.
« 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 )


paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6309
    • View Profile
Re: pqgrid.d.ts > Method scrollXxx callback needs to be option.
« Reply #1 on: April 13, 2018, 09:49:58 am »
Thanks for pointing out the corrections.

They are included in the upcoming version.

ohbayashi

  • Pro Enterprise
  • Newbie
  • *
  • Posts: 41
    • View Profile
Re: pqgrid.d.ts > Method scrollXxx callback needs to be option.
« Reply #2 on: April 13, 2018, 10:06:10 am »
 :)

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6309
    • View Profile
Re: pqgrid.d.ts > Method scrollXxx callback needs to be option.
« Reply #3 on: July 24, 2018, 11:09:17 am »
These are corrected in v5.2.0