AllenFang / react-bootstrap-table

A Bootstrap table built with React.js
https://allenfang.github.io/react-bootstrap-table/
MIT License
2.23k stars 782 forks source link

sortFunc does not work when using external sorting #2033

Open DaanTul opened 6 years ago

DaanTul commented 6 years ago

Hi,

I have a select box which handles my sorting(

handleSortChange(e){
    this.tableRef.current.handleSort('asc', 'label')
}