We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
To display the button group, need to add at least one of these properties : 'insertRow, deleteRow, exportCSV ' . Source code:
let buttonBuilder = props => { return ( <ButtonGroup> <Link className="btn btn-primary" to="/home/advanced/userinfo"> <span><i className="glyphicon glyphicon-plus" /> Add User</span> </Link> <Button bsStyle="primary" onClick={this.props.fetchUsers.bind(this)}> <span><i className="glyphicon glyphicon-refresh" /> Refresh </span> </Button> </ButtonGroup> ); }; <BootstrapTable hover remote data={list} options={{ btnGroup: buttonBuilder }}>
The text was updated successfully, but these errors were encountered:
I'll check this out, thanks for feedback 👍
Sorry, something went wrong.
ad7b80c
Released on v3.1.0
v3.1.0
No branches or pull requests
To display the button group, need to add at least one of these properties : 'insertRow, deleteRow, exportCSV ' .
Source code:
The text was updated successfully, but these errors were encountered: