How can I create a table in which I can add rows and columns dynamically?
How can I make cells of that dynamic table editable? I.e. I should push Edit Command button and write texts or numbers in the cell.
How can I create a table in which I can add rows and columns dynamically?
How can I make cells of that dynamic table editable? I.e. I should push Edit Command button and write texts or numbers in the cell.
AFAIK, there is no such UI control that is available in MIDP, you should either create the control or use some library such as J2ME-Polish
Take a look at LWUIT which has one of the best listview implementations in J2ME
Hi there, i have followed the steps in j2me polish documentation on how to create the dynamic table but have not get it work. Please can you show me how it works using some example, so that the data are coming from the database?