chore(table-ng): connect wrap text

pull/102445/head
Ihor Yeromin 9 months ago
parent 4c1e2db657
commit bc4fefda48
  1. 2
      packages/grafana-ui/src/components/Table/TableNG/TableNG.tsx

@ -94,7 +94,7 @@ export function TableNG(props: TableNGProps) {
const calcsRef = useRef<string[]>([]);
const [paginationWrapperRef, { height: paginationHeight }] = useMeasure<HTMLDivElement>();
const textWrap = fieldConfig?.defaults?.custom?.cellOptions.wrapText ?? false;
const textWrap = fieldConfig?.defaults?.custom?.wrapText ?? false;
const theme = useTheme2();
const styles = useStyles2(getStyles, textWrap);

Loading…
Cancel
Save