How to hide columns in datatable and make colspan for une input?
How to hide columns in datatable and make colspan for une input?
Mizz
Posts: 2Questions: 1Answers: 0
I have a problem with datatable, because i want to hide some columns and make colspan with on other column. Can anyone help me?
The code is :
The empty columns '' are the ones i want to hide. The 3rd column i want to do colspan.
This discussion has been closed.
Replies
Hi @Mizz,
You can use
column().visible()
orcolumns().visible()
to hide columns - those pages have some good examples.Cheers,
Colin
It seems this has been raised twice, here's the other thread.