ISchwarz23 / SortableTableView

An Android library containing a simple TableView and an advanced SortableTableView providing a lot of customisation possibilities to fit all needs.
Apache License 2.0
1.05k stars 237 forks source link

Pin row to top #177

Closed c0dehunter closed 5 years ago

c0dehunter commented 5 years ago

I would like to pin a few of the rows on top and they should stay on top no matter what sort is used. Is this possible?

ISchwarz23 commented 5 years ago

Hi @codehunter,

you can achive this by writing a custom comparator for each row, that knows about the sorting state (is table sorted up or down).