AllenFang / AllenFang/react-bootstrap-table

SelectRow

Open
#1,961 3 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
2.2k
Forks
761
PR merge metrics
No merged PRs in 30d

Description

When I use select row, it does not appear in the table.
IMG: https://ibb.co/dULcKS

` render() {
const selectRow = {
mode: 'checkbox', // multi select
clickToSelectAndEditCell: true
};`

Table:
`
ID
Nome
Conta
`

package.json:
`{
"name": "crud",
"version": "0.1.0",
"private": true,
"dependencies": {
"axios": "^0.18.0",
"bootstrap": "4.0.0",
"font-awesome": "^4.7.0",
"mdbreact": "file:D:/re-pro-master",
"react": "^16.3.2",
"react-bootstrap-table": "^4.3.1",
"react-dom": "^16.3.2",
"react-error-overlay": "^4.0.0",
"react-scripts": "1.1.4",
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}
`
Why can this be happening?

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.