This question is locked. New answers and comments are not allowed.
Hi,
i would like to hide the column of a header like this one.
But i do not know how to do this with the PHP UI. The next one does not work.
Thanks & Regards
Chris
i would like to hide the column of a header like this one.
columns: [{
field: "field_1",
...
headerAttributes: {
style: "display: none"
}
}]
But i do not know how to do this with the PHP UI. The next one does not work.
->headerAttributes("style: \"display: none\"")
Thanks & Regards
Chris