briangann/grafana-datatable-panel

View on GitHub
src/components/DataTablePanel.tsx

Summary

Maintainability
A
1 hr
Test Coverage
F
0%

Function DataTablePanel has 36 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export const DataTablePanel: React.FC<Props> = (props: Props) => {
  const { data, height } = props;

  const dataTableId = `data-table-renderer-${props.id}`;

Severity: Minor
Found in src/components/DataTablePanel.tsx - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status