src/components/DataTablePanel.tsx
Function DataTablePanel
has 36 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
export const DataTablePanel: React.FC<Props> = (props: Props) => {
const { data, height } = props;
const dataTableId = `data-table-renderer-${props.id}`;