Guys,
Is there any way where we can dynamically hide / un-hide filter panel ?
Our grid has bit big list of columns and filter panel is looking bit odd.
Akash
Guys,
Is there any way where we can dynamically hide / un-hide filter panel ?
Our grid has bit big list of columns and filter panel is looking bit odd.
Akash
I guess grid.detachHeader(1) should do the job.
Yes, you’re right. This method allows you to hide/show a header or any additional header.