Hi,
Is it possible to apply custom sort logic to a Data Grid Column which is applied when clicking on the Column header? As an example, we have a Date column with nullable values. We would like nulls to be considered highest i.e.
- ascending: lowest date value -> highest date value -> null date values
- descending: null date values -> highest date value -> lowest date value
In the default sort nulls are considered lowest.