Open DaanTul opened 6 years ago
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.
handleSortChange(e){ this.tableRef.current.handleSort('asc', 'label') }
Hi,
I have a select box which handles my sorting(