Table Search · react-bootstrap-table2
react-bootstrap-table.github.io › react-bootstrapSometime, you hope react-bootstrap-table2 to search another value instead of raw data, you can use column.filterValue . When table search on a specified column, will use the return value from column.filterValue for searching. ..., { dataField: 'type' , text: 'Job Type' , formatter: (cell, row) => types [cell], filterValue: (cell, row) => types [cell] // we will search the value after filterValue called }