- Notifications
You must be signed in to change notification settings - Fork1.1k
Closed
Labels
Description
Overview of the problem
Buefy version: [0.8.20]
Vuejs version: [2.6.11]
OS/Browser: Windows 10/Chrome 83.0.4103.116
Description
customSort
function is not called whensortMultiple
is enabled on a Table.
Steps to reproduce
- Create a Table with
sortMultiple
- Create a column with a
customSort
function - Try to sort that column and see if the
customSort
function gets called
Expected behavior
Table column should be sorted using thecustomSort
function.
Actual behavior
The column does not get sorting at all and the row order remains unchanged. No errors are reported on the console.