I am adding a row into table, in order to add a new record and i want to keep that row at top regardless the sort header (asc, desc or none).
When no order or asc is defined the row is at top but when desc order is clicked the row goes to bottom.
Any ideas on how to keep null values (new row object in data source has null values for column sort) always at top?
Order None is OK: https://i.sstatic.net/J3Ou1.png
Order Asc is OK too: https://i.sstatic.net/xFolC.png
But Order Desc IS NOT ok: https://i.sstatic.net/bsksj.png