setTdWidth = (td, width) => { const newTdWidths = [...this.state.tdWidths]; newTdWidths[td] = width; console.log(newTdWidths); this.setState({ tdWi