How to make columns visible if condition is met
Summary
Is there a way to make a column invisible till a condition is met?Content
Hi guys,
I used the tutorial Editable Table with Visual Builder - Additional Tips (https://blogs.oracle.com/shay/editable-table-with-visual-builder-additional-tips) to add a pencil to an editable table to edit a record. The thing is that this table consists of a column called action, this has an cancel, save and a remove button. In the code this buttons are surrounded with ob-bind-ifs which checks if the condition of the mode the table is on is matched (current.mode == edit). These buttons get shown when the pencil,icon gets pressed on a table row, now i want to hide this column until the pencil icon has been clicked. Is there a approach for this or something in a similar fashion?
Tagged:
0