src/GridTablePackage/MainModule/components/Table.tsx
Function render
has 31 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
render() {
const { data, rowKeys, rowComponent: Row, maxHeight } = this.props;
const columns = this.state.columns;
let gridTemplateColumnsValue: string = '';