How to hide complete column in dgrid (gridFromHtml) based on some run time parameter?
Lets say if the value of parameter is true I should be able to display some column and if the value is false then I should be able to hide that same column.
How to hide complete column in dgrid (gridFromHtml) based on some run time parameter?
Share
Use
grid.styleColumn(columnId, css):