TableInputCSV variable

TableInputCSV variable

Signature

  1. TableInputCSV: React.FunctionComponent<{
  2. width: string | number;
  3. text: string;
  4. config?: CSVConfig | undefined;
  5. height: string | number;
  6. onSeriesParsed: (data: DataFrame[], text: string) => void;
  7. }>

Import

  1. import { TableInputCSV } from '@grafana/ui';