Per https://phpgrid.desk.com/customer/portal/questions/14415489-hidding-empty-columns what is the syntax to
1. check for blank columns and
2. hide those columns.
1 Answers
Hi,
Custom JS code may be required to achieve this.
One solution is to connect loadComplete event, which is called when data is loaded in grid.
In callback function, check if some columns (first row) has blank data, if yes hide that column using JS code.
If you think this is practical, let me know … i'll prepare a demo.
Your Answer