Skip to Content
0
Jun 06, 2014 at 02:13 PM

cl_wd_table - enable/disable certain cells

523 Views

Hello together,

I'm looking for a good solution to enable/disable certain cells in a table.

For example I have the following table (the real table is more complex - with buttons and so on...):

User ToDo State A Todo1 Done B Todo2 In Process A Todo3 In Process B Todo4 Done

I have different users which are working on this tabe:

- Administrator: Can edit whole table (except State column)

- Employee: Can only edit State Column where he is assigned

I think it would be difficult to work with context attributs in this case?

Is it possible to Loop over all table lines an set "enabled" Attribut in the coding?

Best Regards