Function performCalculations
- performCalculations(gridOptions: GridOptions, size: Rectangle, scrollInfo: ScrollInfo, repaint: (() => void), rebuild: (() => void), propsUpdated: (() => void), scrollChange: ((scrollInfo: ScrollInfo) => void), oldCalculations: null | GridContext, gridRef: undefined | null | HTMLDivElement): GridContext
-
Parameters
-
-
-
-
repaint: (() => void)
-
rebuild: (() => void)
-
propsUpdated: (() => void)
-
scrollChange: ((scrollInfo: ScrollInfo) => void)
-
oldCalculations: null | GridContext
-
gridRef: undefined | null | HTMLDivElement