Hi Team,
We are facing issue with Select box sorting and filter.
The way we are populating our drop down options is in the form... array of associative value label pairs e.g., [ { 'CB01': 'Mark' }, { 'CB02': 'Robert' }, ... ].
So when i sort with text box as a filter type the column is getting sort on base of value. i.e CB01 & CB02. But we want to sort our column data on basis of label. i.e Mark And Robert.
Could you please share a jsFiddle for the same.