AllenFang / AllenFang/react-bootstrap-table
sortFunc does not work when using external sorting
オープン
- 主要言語
- JavaScript
- スター
- 2.2k
- フォーク
- 761
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
Hi,
I have a select box which handles my sorting( - high - low ) etc. I am trying to also pass a custom sortfunction to use. It does seem to call the sorting function correctly but skips over the sortFunc.
```javascript
handleSortChange(e){
this.tableRef.current.handleSort('asc', 'label')
}
```
コントリビューションガイド
評価
この issue はまだ評価されていません。