Hi,
I'm attempting to create a table that looks somewhat like the tables listing the ToDos in the "Things"-app.
Specifically what features I'd like have are:
1) Rounded corners. The table doesn't actually have to have rounded corners, I could maybe just draw a background image into each cell that would "fake" a rounded corners effect.
2) Expandable items. When clicking items, they should expand to show more input fields. Can I put a custom view inside a cell / row that would show / hide when the item is clicked?
3) Columns on a as needed basis. When there's no information to display in a cell, the row should try and merge as many columns as possible to show only columns with information in them. Is there any way to merge columns for certain rows, but show them for other rows?
Thanks for any input, ideas, etc!
P.S.: I know this is probably going to be a _lot_ of work, but I'd still like to try
I'm attempting to create a table that looks somewhat like the tables listing the ToDos in the "Things"-app.
Specifically what features I'd like have are:
1) Rounded corners. The table doesn't actually have to have rounded corners, I could maybe just draw a background image into each cell that would "fake" a rounded corners effect.
2) Expandable items. When clicking items, they should expand to show more input fields. Can I put a custom view inside a cell / row that would show / hide when the item is clicked?
3) Columns on a as needed basis. When there's no information to display in a cell, the row should try and merge as many columns as possible to show only columns with information in them. Is there any way to merge columns for certain rows, but show them for other rows?
Thanks for any input, ideas, etc!
P.S.: I know this is probably going to be a _lot_ of work, but I'd still like to try