import { CTableRow } from '@coreui/react'// orimport CTableRow from '@coreui/react/src/components/table/CTableRow'| Property | Description | Type | Default |
|---|---|---|---|
| active | Highlight a table row or cell.. | boolean | - |
| align | Set the vertical aligment. | string | - |
| className | A string of all className you want applied to the component. | string | - |
| color | Sets the color context of the component to one of CoreUI’s themed colors. | 'primary' | 'secondary' | 'success' | 'danger' | 'warning' | 'info' | 'dark' | 'light' | string | - |
On this page