evrencoskun / TableView

TableView is a powerful Android library for displaying complex data structures and rendering tabular data composed of rows, columns and cells.
MIT License
3.14k stars 459 forks source link

Sorting a column by grouping getContent() #244

Open tuvirus opened 5 years ago

tuvirus commented 5 years ago

I want to sort a column by it's property, i think is getConect(), this column (or group of Cellviews) has an enum as Content. So i want to group them by that enumerator. But i can't quite figure it out how to, i've been trying and working on it but seems to be that the sort requires SortState no matter what. Is there another to do it? Please help and thanks.