Hierarchy

  • ScrollPolicyOptions

Properties

fetchSize: number

The number of data rows to fetch in each block.

maxCount: number

The maximum number of rows to display before fetching more data rows will be stopped.

scroller: null | string

The CSS selector string to an element used to determine the scroll position as well as the maximum scroll position. See the Help documentation for more information.

scrollerOffsetBottom: null | number

The bottom offset value (in pixels) used for the Table's external scroller. This value is used to specify the location where the Table's footer region becomes 'sticky' when the 'scroller' attribute is specified.

scrollerOffsetEnd: null | number

The end offset value (in pixels) used for the Table's external scroller. This value is used to specify the end location where the Table's frozen columns become 'sticky' when the 'scroller' attribute is specified.

scrollerOffsetStart: null | number

The start offset value (in pixels) used for the Table's external scroller. This value is used to specify the start location where the Table's frozen columns become 'sticky' when the 'scroller' attribute is specified.

scrollerOffsetTop: null | number

The top offset value (in pixels) used for the Table's external scroller. This value is used to specify the location where the Table's header region becomes 'sticky' when the 'scroller' attribute is specified.

Generated using TypeDoc