Making an Oracle Apex report table element read-only -
greetings:
is there anyway make apex report table cell (or entire report itself) conditionally read-only in apex 3.2? don't see "read-only" box anywhere in options; tried searching everywhere.
thanks in advance!
since whole tabform made read-only particular users, can @ rendering time rather using javascript. however, need 2 copies of each column:
- column displayed authorised user, not readonly
- identical column displayed non-authorised user, element attributes set
readonly=readonly
authorisation schemes can used control columns displayed user.
i hoping find way single column , dynamic value element attributes, couldn't work.
Comments
Post a Comment