<Column onClick={() => this.props.selectItem()} body={() => <Button label="View"/>} header="Items" sortable={true}/>
Clicking above doesn't work as parent(DataTable) and onSelectionChange captures the click. How do I make it ignore specific column? And how do I capture clicked row info onClick? Thanks.