How to add href to react-bootstrap-table column dynamically?
问题 I'm using react-bootstrap-table for datatable in react, Here am getting c=data from the backend as JSON object. How to add ahref to a column in react-bootstrap-table dynamically const data = [ { id: 0, name: 'John Doe', registered: '2018/01/01', role: 'Guest', status: 'Pending' }, { id: 1, name: 'Samppa Nori', registered: '2018/01/01', role: 'Member', status: 'Active' } ] <BootstrapTable data={this.data} version="4" striped hover pagination search options={this.options}> <TableHeaderColumn