Android Question Best table library (like MS DataGridView)

Carles Escudé

Member
Licensed User
Longtime User
Hello!

What do you think is the best library to show results in table mode as DataGridView does in MS Visual Studio?

Some features I need are:
- Sort by column
- Load from list
- Change row colors individually
- Change sizes of rows and columns
- Get and Set values from/to any cell

I've been using xnGrid for the last few years, but now I need to be sorted by column.

Any suggestion is welcome

Many thanks in advance!
 
Top