Languages

Menu
Sites
Language
How to create a table with n*n rows and columns

Hi,

I want to create a table of n*n rows and columns to display values. Please let me know how to achieve this?

 

Edited by: Nikhil Kumar on 07 May, 2015

Responses

2 Replies
Alex Dem

Hi,
Try to look at 'Table container' in this tutorial:
https://developer.tizen.org/dev-guide/2.3.0/org.tizen.guides/html/native/ui/containers_n.htm
Per my opinion: Good for understanding how to use tables is Native example-> Sample Calculator Application.
Alexey.

Ashwini Kumar

Hi Nikhil,

Just create a table and keep packing elements into the table, assuming you have n * n  table. 

The table elements resize according to your packing. if you add only 1 element it covers the whole table.

Hope you get some direction thru this.

Ashwini