Skip to content
This repository was archived by the owner on Oct 8, 2021. It is now read-only.
This repository was archived by the owner on Oct 8, 2021. It is now read-only.

Feature request for Column-Toggle Table Widget: hide the columnBtn #5915

@GavoteLtd

Description

@GavoteLtd

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions