Drop

When using tables, you have the possibility to add a condition drop on your columns to display dynamic a column. This function is placed in the header of the table.

Example: {d.name:ifEQ('Yes'):deleteColumn}

In this example, if the name is equals to 'Yes', then we delete the column in the table.