Search
Preparing search index...
The search index is not available
super-table-test
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
"libraries/super-table/src/components/super-table-body.component"
SuperTableBodyComponent
Class SuperTableBodyComponent
Hierarchy
SuperTableBodyComponent
Implements
OnChanges
Index
Constructors
constructor
Properties
body
Height
el
options
resize
Handler
row
Height
row
Offset
rows
scroll
Handler
state
table
Classes
visible
Rows
Methods
detect
Row
Height
ng
OnChanges
on
Window
Resize
track
Scroll
update
Visible
Rows
Constructors
constructor
new
Super
Table
Body
Component
(
el
:
ElementRef
, state
:
SuperTableState
)
:
SuperTableBodyComponent
Parameters
el:
ElementRef
state:
SuperTableState
Returns
SuperTableBodyComponent
Properties
body
Height
body
Height
:
number
Private
el
el
:
ElementRef
options
options
:
SuperTableOptions
Private
resize
Handler
resize
Handler
:
(Anonymous function)
&
Cancelable
= debounce(() => {this.detectRowHeight();this.updateVisibleRows();})
row
Height
row
Height
:
number
= DEFAULT_ROW_HEIGHT
row
Offset
row
Offset
:
number
= 0
rows
rows
:
Array
<
any
>
Private
scroll
Handler
scroll
Handler
:
(Anonymous function)
&
Cancelable
= debounce(() => {this.updateVisibleRows();}, DEBOUNCE_DELAY)
state
state
:
SuperTableState
table
Classes
table
Classes
:
any
visible
Rows
visible
Rows
:
Array
<
any
>
= []
Methods
Private
detect
Row
Height
detect
Row
Height
(
)
:
void
Returns
void
ng
OnChanges
ng
OnChanges
(
changes
:
SimpleChanges
)
:
void
Parameters
changes:
SimpleChanges
Returns
void
on
Window
Resize
on
Window
Resize
(
)
:
void
Returns
void
track
Scroll
track
Scroll
(
)
:
void
Returns
void
Private
update
Visible
Rows
update
Visible
Rows
(
)
:
void
Returns
void
Globals
"libraries/super-
table/src/components/super-
table-
body.component"
Super
Table
Body
Component
constructor
body
Height
el
options
resize
Handler
row
Height
row
Offset
rows
scroll
Handler
state
table
Classes
visible
Rows
detect
Row
Height
ng
OnChanges
on
Window
Resize
track
Scroll
update
Visible
Rows
DEBOUNCE_
DELAY
DEFAULT_
ROW_
HEIGHT
PADDING_
ROW_
COUNT
Generated using
TypeDoc