Function nonUniformContext
- nonUniformContext(rowHeights, defaultRowHeight?, rowPadding?): IExceptionContext
Parameters
rowHeights: {
forEach: ((callback) => void);
}
forEach: ((callback) => void)
- (callback): void
Parameters
callback: ((height, index) => void)
- (height, index): void
Parameters
height: number
index: number
Returns void
Returns void
defaultRowHeight: number = Number.NaN
rowPadding: number | ((index) => number) = 0
creates a non uniform context based on the given array like heights