edi233
edi233

Reputation: 3031

Table with sort android

I need to create table, some like excel and I want to sort elements by headers. Any ideas how can I do that? Use Table Layout or something else? Maybe is some librery when I can find this component?

Upvotes: 0

Views: 242

Answers (2)

QArea
QArea

Reputation: 4981

For big data it will be better to make list view with custon list items.

Upvotes: 0

Tas Morf
Tas Morf

Reputation: 3075

I guess you can use something like this: https://github.com/InQBarna/TableFixHeaders for the table. In order to do the sorting, this is pretty easy. Simply set OnClickListeners on each view on the top row and change the ordering when each is clicked accordingly.

Upvotes: 1

Related Questions