Posted 14 September 2017, 12:12 pm EST
Hi,
We have used the flex grid in our react -redux application and we have an issue with sorting of null values.The grid columns has null values and when we sort those columns the null values are not getting considered
In asc/desc the null values are always sorted at the last.Can you please help me to sort the null values also?Either move all the null values to the top when asc/desc.
If we replace the null values by blank, the sorting works as expected.But we cannot change the data to empty as the null and empty values are treated differently.
Please see the attachment of sorting of columns in asc/desc
Thank you



