Multiple Columns & newTableView?

Has anyone figured out a way to have multiple columns in the newTableView? I’m trying to create a table view with 2 columns, the first being a radio button with the second being data to select from (ie: a label).

Thanks! [import]uid: 64538 topic_id: 33356 reply_id: 333356[/import]

TableView rows are just display groups. There is no reason you couldn’t create two groups to organize your data and put those groups into the row group. Or as I’ve done, just position the elements where I want them.

Rob
[import]uid: 199310 topic_id: 33356 reply_id: 132492[/import]

Ok, that’s what I thought but it wasn’t working for me. I’ll keep at it, thanks! [import]uid: 64538 topic_id: 33356 reply_id: 132494[/import]

TableView rows are just display groups. There is no reason you couldn’t create two groups to organize your data and put those groups into the row group. Or as I’ve done, just position the elements where I want them.

Rob
[import]uid: 199310 topic_id: 33356 reply_id: 132492[/import]

Ok, that’s what I thought but it wasn’t working for me. I’ll keep at it, thanks! [import]uid: 64538 topic_id: 33356 reply_id: 132494[/import]

I finally got a switch added to my table list view as a first column, and a label to the right of that in a second column. The problem I have now is that when the user taps on the switch (a radio button), it get’s selected as it should, but I can’t figure out how to disable all the other radio buttons in that column in the table / list. Help!! [import]uid: 64538 topic_id: 33356 reply_id: 134100[/import]

I finally got a switch added to my table list view as a first column, and a label to the right of that in a second column. The problem I have now is that when the user taps on the switch (a radio button), it get’s selected as it should, but I can’t figure out how to disable all the other radio buttons in that column in the table / list. Help!! [import]uid: 64538 topic_id: 33356 reply_id: 134100[/import]