How can I make a row non-editable, something similar to 'ColumnEditable'
.
I searched for a solution and only one came up....it's to do with Java. Any other solutions?
Here is what I'm trying to do, and I'm already planning to change it!
I have check boxes that will determine what are the inputs and thus the ones that are not ticked will be disabled in the table.
I didn't expect this at all, I made the table and then went to the documentation expecting to find something like 'RowEditable'
! If there is no easy solution, I will probably use 'static text'
and 'edit text'
which will either disappear or be disabled depending on the check boxes.