I want to always show a certain row with certain value on top of the table as first row regardless of current sorting. I modified the comparator for one column to always return 1 (should mean it is always the "biggest" value). It works, but when I click to sort based on another column, the same doesn't work again.
I want to always show a certain row with certain value on top of the table as first row regardless of current sorting. I modified the comparator for one column to always return 1 (should mean it is always the "biggest" value). It works, but when I click to sort based on another column, the same doesn't work again.
Any way to do this?