How to set columns descending icon i.e. DESC icon on celltable header ?
On celltable loading.. I want to set sorting order to column i.e. previously sorted column/sorting order by user (In last login , before logout)
I tried following way table.getColumnSortList().push(testColumn); i.e setting column ascending to true with ASC Icon on top of header.It works fine
Now I want to set column in descending i.e DESC icon on top header ? How to do it ?
Any help or guidance in this matter would be appreciated