Showing 3 of 11 total issues
Function render
has 82 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
render() {
return (
<div className={css.tableWrapper}>
<Table<TableData>
data={this.state.tableData}
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 = '';
Function render
has 29 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
render() {
return (
<Table<TableData>
data={this.state.tableData}
rowKeys={[0, 1, 2]}