Bootstrap-table: could there add a "controllable show hide columns" feature?

Created on 5 Dec 2019  路  10Comments  路  Source: wenzhixin/bootstrap-table

https://github.com/wenzhixin/bootstrap-table/blob/849470729bb19198e616d9a987f040708989b464/src/bootstrap-table.js#L558

add a new column property , and at here add a new condition judgment that property .

well ,don't forgot the COLUMN_DEFAULTS .

awaiting reply feature

Most helpful comment

@chubbyerror Do you mean switchable column option: https://live.bootstrap-table.com/code/wenzhixin/1398?

All 10 comments

I think your searching for our hideColumn method or our showColumns option.

I think your searching for our hideColumn method or our showColumns option.

no, it's not.
i wanna a feature that can control which column while in hidecolumns list.
example:
operate mostly doesn't need show in hidecolumns list, but there's nothing can control it.

Can you provide an Online Example to show your problem?

Can you provide an Online Example to show your problem?

is this helpful?
Example

Oh okay!
As example you want that "optinal" columns can be hidden, but "important" columns cant be hidden!
Sounds like a good feature, but unfortunately its not supportet right now.

For a quick workaround you can use our events, after the table is loaded you remove the options from the dropdown.

@chubbyerror Do you mean switchable column option: https://live.bootstrap-table.com/code/wenzhixin/1398?

Oh we already have a option for that ?
I guess the name is not good to find.

@chubbyerror Do you mean switchable column option: https://live.bootstrap-table.com/code/wenzhixin/1398?

Sorry that switchable column option is useful. it was my mistake that i haven't search enough.

Oh we already have a option for that ?
I guess the name is not good to find.

i think maby add some desc at here will helpful,

Updated, thanks for your suggestions.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

thongkekienthuc12 picture thongkekienthuc12  路  16Comments

loveleshsaxena picture loveleshsaxena  路  20Comments

iamthestreets picture iamthestreets  路  20Comments

antonioaltamura picture antonioaltamura  路  15Comments

marcelod picture marcelod  路  16Comments