Android Question Using Table Module with 2 lines

mrjaw

Active Member
Licensed User
Longtime User
Hi!
I am using Table module as GRID for showing data from my database. I wanna know if it is posible using this module each cell can show two lines instead of one.

Until now I use as GRID each column one value but I need show two lines into each cell.

It is posible or use another module ?

TIA
 

mangojack

Expert
Licensed User
Longtime User
Unless you receive a better alternative / answer .. one option would be to use CustomListView class.

When adding new line / panel you could position 2 labels stacked to represent each cell.
 
Upvote 0
Top