You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Concerning the columnselector widget, it would be great to be able to hide a column initially based on an attribute.
Other options are already available this way (like setting the priority and displayname of columns), however this option can now only be set by something along the lines of:
widgetOptions : {
columnSelector_columns : {
0 : false, /* start with column hidden */
1 : false, /* start with column hidden */
2 : true, /* start with column visible; default for undefined columns */
}
}
I would love to have the option in my table head like
Concerning the columnselector widget, it would be great to be able to hide a column initially based on an attribute.
Other options are already available this way (like setting the priority and displayname of columns), however this option can now only be set by something along the lines of:
I would love to have the option in my table head like
(I wish I had any skill in javascript, I'd do it myself)
The text was updated successfully, but these errors were encountered: