conditional content based on other cell value
conditional content based on other cell value

How do we render conditional content on one cell based on content of another.
ex: show button in column 5 if column 1 not null
thaks
This discussion has been closed.
Answers
Use
columns.render
.Allan