How to sort the singleSelect column in MUI X Data Grid
Im using mui x grid and trying to sort singleSelct
column, it has three values accepted rejected or pending. the field name is status
. i tried sortComparator
but give undefined value to callback. while it was expected some value to make sort logic.
what is missing here. I followed the doc and also a stack answer but it could not help me to fix my issue.