Private
Readonly
tableReturns whether a column is visible or not.
The column index or the column definition.
Determines if the footer is visible.
True if the footer is visible, false otherwise.
Scrolls to the specified index in both horizontal and vertical directions.
The index of the column to scroll to in the horizontal direction. Default is 0.
The index of the row to scroll to in the vertical direction. Default is 0.
undefined
Sets the visibility of a column in the table.
Sets the visibility of the footer.
Indicates whether the footer should be visible or not. Default value is true.
Updates the cells in the table based on the provided events.
The array of events representing the updates to perform on the cells.
Optional
repaintAll: boolean = falseOptional parameter indicating whether to repaint all cells or not. Default value is false.
Generated using TypeDoc
Notifies that the external filter has changed.