(userSelection, index = 0)
| 10625 | this.render(); |
| 10626 | } |
| 10627 | populate(userSelection, index = 0) { |
| 10628 | this.state.userSelection = userSelection; |
| 10629 | this.state.index = index; |
| 10630 | this.render(); |
| 10631 | } |
| 10632 | selectByNameValue(columnName, value) { |
| 10633 | const search = { |
| 10634 | name: columnName, |
no test coverage detected