Skip to content

Commit 08362a4

Browse files
committed
[ML] Fix type error on Transforms table cell for scope property
1 parent 03805a2 commit 08362a4

File tree

1 file changed

+1
-0
lines changed
  • x-pack/legacy/plugins/ml/public/application/components/ml_in_memory_table

1 file changed

+1
-0
lines changed

x-pack/legacy/plugins/ml/public/application/components/ml_in_memory_table/types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ export interface FieldDataColumnType<T> {
2828
render?: RenderFunc;
2929
footer?: string | ReactElement | FooterFunc;
3030
textOnly?: boolean;
31+
scope?: 'col' | 'row' | 'colgroup' | 'rowgroup';
3132
'data-test-subj'?: string;
3233
}
3334

0 commit comments

Comments
 (0)