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
{{ message }}
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.
All works fine with the Column-Toggle Table Widget. But I (and possibly others) would like to hide the columnBtn and let the column priority work for itself. The columnBtn needs too much space in some cases. I have hidden the columnBtn by coding $('a[href="#mytable-popup"]').hide (); when updating by ajax, on pageshow, on orientationchange, on resize. But it seems that this consumes a lot of program time, first to do all the work to show the columnBtn and then to hide the columnBtn. Maybe something like columnBtnVisible="false" for a future version?
I appreciate your work a lot!!! Thank you very much.
In short: two reasons to hide the columnBtn: space and time consuming.
Rudolf
The text was updated successfully, but these errors were encountered:
Closing this ticket as feature request. We re-open if we decide to implement this. Do you mind adding a link to this ticket on the feature request wiki page? Thanks!
All works fine with the Column-Toggle Table Widget. But I (and possibly others) would like to hide the columnBtn and let the column priority work for itself. The columnBtn needs too much space in some cases. I have hidden the columnBtn by coding $('a[href="#mytable-popup"]').hide (); when updating by ajax, on pageshow, on orientationchange, on resize. But it seems that this consumes a lot of program time, first to do all the work to show the columnBtn and then to hide the columnBtn. Maybe something like columnBtnVisible="false" for a future version?
I appreciate your work a lot!!! Thank you very much.
In short: two reasons to hide the columnBtn: space and time consuming.
Rudolf
The text was updated successfully, but these errors were encountered: