Data-Table
This component is currently 'Unstable', which means that the functionality and API is subject to change in any version release. We publish unstable components so that feedback can be presented before aligning on a consistent design. Please see baseui's versioning policy for more information.
Displays tabular data for analysis. The component accepts strict column definitions to consistently render the following data types: categorical (enum), number, boolean, string, and arbirary content. To facilitate a rich set of analysis features out-of-the-box, DataTable does not allow for overrides. If your application relies on rendering a custom table element, you may want to look into Base Web's other table options: Table (uses css-flex) or TableGrid (uses css-grid) depending on your use-case.