Gets a sorted unique list of values for a column from visible rows. Only returns the visible values (e.g., if another filter has been applied, the filtered out results won't be included here).
Gets a sorted unique list of values for a column from all rows. Returns all values, including the filtered out ones.
Gets the range of values for a column from all rows. Returns all values, including the filtered out ones.
Gets the range of values for a column from visible rows. Only returns the visible values (e.g., if another filter has been applied, the filtered out results won't be included here).
Sets the visibility of a column.
Gets the displayable header text for a column. This is needed because the header text is not always a string. Sometimes it's an HTML or React element.