Hello everybody,
I need to build a table/grid, where each cell has to be clickable (so each cell have to be an id), I tried 2 methods:
- I started with the grid component but I noted that on click event is returned the row id.
- I tried to use the dataview but in this case i can not manage the number of cells for each row, and nether the dimension of the each cell (to build the column)
- I tried to split the scroll view in different layouts (a layout for each row) and associating a dataview for each layout. In this case the layout module split the view in equal sizes so if I have 2 rows, between a row and another there is more space than when I have 3 rows.
But all the 3 methods showed above did not work for my requirements.
Do you have a solution for my case. Or I have to buid a table? (and in this case can i manage the click events on each row?)
Thanks in advance for your help
Kind regards
Danilo