briangann/grafana-datatable-panel

View on GitHub
src/components/options/ColumnStylesEditor.tsx

Summary

Maintainability
A
1 hr
Test Coverage
F
0%

Function ColumnStylesEditor has 39 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export function ColumnStylesEditor(props: StandardEditorProps<ColumnStyling[]>) {
  const { onChange, value = [] } = props;

  // @ts-ignore
  function handleRemoveColumnStyle(index: number) {
Severity: Minor
Found in src/components/options/ColumnStylesEditor.tsx - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status