scripts/core/editor3/components/tables/TableBlock.tsx
Function render
has 41 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
render() {
const data = this.getData();
const {numRows, numCols, withHeader} = data;
const cx = this.props.className != null
? this.props.className