Table – the options in this section need checking to see which need to remain, there are a lot more options in my version (ag grid)
.pi-style__table
The rows in a data table and the background color at the bottom of a chart if it doesn’t fill an entire cell.
.ag-header-row – need a description for this
.pi-style__rotated-table-header-row – need a description for this
.pi-style_table_body-row – need a description for this
.pi-style__table__body-row.ag-row-odd – need a description for this
Every odd row in a table – check if this is correct
.pi-style_table_body-row.ag-row-hover – check description
When hovering over a row in a table
.pi-style_table_body-row.ag-row-hover.pi-style_table-body-cell – need description
pi-style__table__body-row.ag-row-focus – need description
pi-style__table-header-cell – need description.
.pi-style__table-header-cell.pi-style_table-header-cell—-is-numeric
The Header cell style for objects defined as numbers.
.pi-style__table-header-cell.pi-style_table-header-cell-—is-date
The header cell style for objects defined as dates.
.pi-style__table-header-cell.pi-style_table-header-cell-—is-text
The header cell style for objects defined as text / characters.
.pi-style__table-header-cell .pi-style_table-header-cell_null-value
The header cell style for objects that have a null value in them.
.pi-style__table-body-cell – need description
.pi-style__table-body-cell.pi-style_table-body-cell—-is-numeric
Table cells that contain objects defined as numbers.
.pi-style__table-body-cell.pi-style_table-body-cell—-is-date
Table cells that contain objects defined as dates.
.pi-style__table-body-cell.pi-style_table-body-cell-—is-text
Table cells that contain objects defined as text / characters.
.pi-style__table-body-cell.pi-style_table-body-cell-—is-total-row – need description
The total row on a table (if column totals have been turned on)
.pi-style__table-body-cell.pi-style_table-body-cell-—is-total-col – need description
.pi-style__table-body-cell.ag-cell-focus – need description
.pi-style__table-body-cell .pi-style_table-body-cell_null-value
If a cell contains a null value; this class will determine how it’s going to be styled.
Add Comment