Skip to content

Commit 4ca5396

Browse files
authored
docs(AnalyticalTable): add since note for highlightField indication colors (#5880)
Fixes #5864
1 parent 209c17c commit 4ca5396

File tree

1 file changed

+2
-0
lines changed
  • packages/main/src/components/AnalyticalTable/types

1 file changed

+2
-0
lines changed

packages/main/src/components/AnalyticalTable/types/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -471,6 +471,8 @@ export interface AnalyticalTablePropTypes extends Omit<CommonProps, 'title'> {
471471
* The value of this prop can either be a `string` pointing to a `ValueState` or an `IndicationColor` in your dataset
472472
* or an accessor function which should return a `ValueState` or an `IndicationColor`.
473473
*
474+
* __Note:__ `IndicationColor`s are available since `v1.26.0`.
475+
*
474476
* __Default:__ `"status"`
475477
*/
476478
highlightField?: string | ((row: Record<any, any>) => HighlightColor);

0 commit comments

Comments
 (0)