How to make a string uneditable, something similar to 'ColumnEditable' .
I was looking for a solution, and only one appeared ... it is related to Java. Any other solutions?
Here is what I'm trying to do, and I'm already planning to change it! I have checkboxes that will determine which input data and therefore those that are not checked will be disabled in the table. 
I did not expect this, I made a 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 these checkboxes.
source share