import ReactDataGridPsuedoScroll from 'flexicious-react-datagrid/js/table/psuedoscroll/ReactDataGridPsuedoScroll.js'
ReactDataGridPsuedoScroll
Extends:
Specialized extension of the FlexDataGrid that is used for psuedo scroll. Hides the vertical scrollbar, and shows only what can be displayed on the page given the height constraints of the page being printed to.
Constructor Summary
Public Constructor | ||
public |
constructor(props: *, arg1: *, arg2: *) |
Member Summary
Public Members | ||
public |
|
Method Summary
Public Methods | ||
public |
buildScrollEvent(scrollpos: *): * |
|
public |
createBodyContainer(): * We create a specialized body container |
|
public |
getClassNames(): string[] |
|
public |
onMouseWheel(event: *) Transfers mouse wheel events over the locked left and right sections to scroll events on the body container, so we scroll when the user mouse wheels over the left or right locked containers. |
|
public |
placeComponent(comp: *) |
|
public |
|
Public Constructors
public constructor(props: *, arg1: *, arg2: *) source
Params:
Name | Type | Attribute | Description |
props | * | ||
arg1 | * | ||
arg2 | * |
Public Methods
public buildScrollEvent(scrollpos: *): * source
Params:
Name | Type | Attribute | Description |
scrollpos | * |
Return:
* |
public onMouseWheel(event: *) source
Transfers mouse wheel events over the locked left and right sections to scroll events on the body container, so we scroll when the user mouse wheels over the left or right locked containers.
Params:
Name | Type | Attribute | Description |
event | * |
public placeComponent(comp: *) source
Params:
Name | Type | Attribute | Description |
comp | * |