Skip to content

Commit

Permalink
docs(AnalyticalTable): add since note for highlightField indicati…
Browse files Browse the repository at this point in the history
…on colors (#5880)

Fixes #5864
  • Loading branch information
Lukas742 authored Jun 3, 2024
1 parent 209c17c commit 4ca5396
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/main/src/components/AnalyticalTable/types/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -471,6 +471,8 @@ export interface AnalyticalTablePropTypes extends Omit<CommonProps, 'title'> {
* The value of this prop can either be a `string` pointing to a `ValueState` or an `IndicationColor` in your dataset
* or an accessor function which should return a `ValueState` or an `IndicationColor`.
*
* __Note:__ `IndicationColor`s are available since `v1.26.0`.
*
* __Default:__ `"status"`
*/
highlightField?: string | ((row: Record<any, any>) => HighlightColor);
Expand Down

0 comments on commit 4ca5396

Please sign in to comment.