Properties
addRows
addRows: ((rows) => void)
Type declaration
-
- (rows): void
-
Returns void
el
el: HTMLTableElement
hide
hide: (() => void)
show
show: (() => void)
updateColumn
updateColumn: ((elCol, colIdx, row) => void)
Type declaration
-
- (elCol, colIdx, row): void
-
Parameters
-
elCol: HTMLElement
-
colIdx: number
-
row: any
Returns void
updateRow
updateRow: ((elRow, row) => void)
Type declaration
-
- (elRow, row): void
-
Parameters
-
elRow: HTMLElement
-
row: any
Returns void
Table