Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
fix(table): Fixes an issue with the dependency injection of simple-co…
Browse files Browse the repository at this point in the history
…lumn-base.
  • Loading branch information
tomheller committed Jul 25, 2023
1 parent 1d2b4bd commit 449950b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ import { DtIndicatorThemePalette } from '@dynatrace/barista-components/indicator
import { DtFormattedValue } from '@dynatrace/barista-components/formatters';
import { DtCellDef, DtColumnDef } from '../cell';
import { DtHeaderCellDef } from '../header/header-cell';
import type { DtTable } from '../table';
import { DtTable } from '../table';

/** Signature type for the dataAccessor function which can be passed to the simpleColumn. */
export type DtSimpleColumnDisplayAccessorFunction<T> = (
Expand Down

0 comments on commit 449950b

Please sign in to comment.