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 was 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