Taruna Sharma
Taruna Sharma

Reputation: 21

TableView with fix first column and rest columns scrollable Android

I have a problem. in my situation I have tables with 10+ columns, I really need to have a horizontal scroll for it and also making more width for each column. And fix the first column like excel. is there anyway to do that?

Please let me know any simple and smooth library in android for the same.

Upvotes: 1

Views: 799

Answers (1)

ziLk
ziLk

Reputation: 3200

There is a TableView Library for Android. It's also open source and located in github.

There is a sample app that show how you can use tableView on your application.

Upvotes: 2

Related Questions