Mask cell content
Mask cell content
Hi all
i'm writing here because i need help for a project.
I'm developing (just for learning), web portal, and at this moment, everything is working good.
I need to know if there is some way to hide cell content (not hide column, just replace cell content with many wildcard, similar to login form ). Just clicking on wildcards is a cell, webpage will ask me for a password(popup, modal, ecc), and i have to put it to show ONLY that cell, not all cells of column.
Can you help me?
Thank you
Answers
Hi @mcavalli ,
The best way to do that would be with
columns.render
,Cheers,
Colin