That line: [ ${props.colIndex === 0 ? 'disabled' : title}](https://github.com/frappe/datatable/blob/5c5aeed554b10f84b9e65406bea44b8d2bf9d7b0/src/rowmanager.js#L363) incorrectly handle absent serialNo column. Recommended change: `props.colIndex< this.datamanager.getStandardColumnCount()` Thanks.