Settings object which contains customisable information for the Scroller instance
Extends
Summary
Properties
- <static> autoHeight :bool
- Auto row height or not indicator
- <static> drawTO :int
- setTimeout reference for the redraw, used when server-side processing is enabled in the
DataTables in order to prevent DoSing the server
- <static> dt :object
- DataTables settings object
- <static> rowHeight :int
- Height of rows in the table
- <static> stateTO :int
- setTimeout reference for state saving, used when state saving is enabled in the DataTable
and when the user scrolls the viewport in order to stop the cookie set taking too much
CPU!
- <static> tableBottom :int
- Pixel location of the bottom of the drawn table in the viewport
- <static> tableTop :int
- Pixel location of the top of the drawn table in the viewport
- <static> viewportHeight :int
- Pixel height of the viewport
- <static> viewportRows :int
- Number of rows calculated as visible in the visible viewport
Details
Properties
- <static> autoHeight :bool
Auto row height or not indicator
- <static> drawTO :int
setTimeout reference for the redraw, used when server-side processing is enabled in the
DataTables in order to prevent DoSing the server
- <static> dt :object
DataTables settings object
- <static> rowHeight :int
Height of rows in the table
- <static> stateTO :int
setTimeout reference for state saving, used when state saving is enabled in the DataTable
and when the user scrolls the viewport in order to stop the cookie set taking too much
CPU!
- <static> tableBottom :int
Pixel location of the bottom of the drawn table in the viewport
- <static> tableTop :int
Pixel location of the top of the drawn table in the viewport
- <static> viewportHeight :int
Pixel height of the viewport
- <static> viewportRows :int
Number of rows calculated as visible in the visible viewport