raf95lakhw
raf95lakhw

Reputation: 1

IBM BPM: Is it possible to hide a column of a table dynamically based on user choice?

Since I'm new to this technology (Coach UI) I wanted to know an information, is it possible to delete a column based on the user's choice? That is, I have a modal that contains the column fields and if I choose to hide a column it hides it dynamically. Thank you in advance for the reply, I have been on this problem for 2 days :(

Upvotes: 0

Views: 1095

Answers (1)

Tuan Anh
Tuan Anh

Reputation: 60

Configurations of Controls in BPM can be either provided with values or bound to a variable.
Binding configuration item to a variable will give you the ability to change it dynamically, by changing the value of that variable.
For your request, you can click on the purple icon next to Columns (image bellow) to switch to binding mode, then select a varible of type TableColumn (This BO is available in the UI Toolkit itself, open the BO to check the documentation).

Columns specs bound to variable

Upvotes: 0

Related Questions