How to get 'Show Column' in the context menu

Tags: #<Tag:0x00007efc6abda110>

below is the jsffiddle link of the sample in docs https://docs.handsontable.com/pro/1.5.0/demo-hiding-columns.html
http://jsfiddle.net/crawlregister/4d6bewtx/

Right click on the column header will get a context menu popup with ‘Hide column’ item.

I know there are configs hidden_columns_show and hidden_columns_hide which means context menu supports ‘show column’. And I DO succeed to make ‘Show column’ appear once in context menu. But I didn’t figure out the magic.

My question is how can I use the context menu to ‘Show column’. Where or how shall I right click on?

Hi @crawlregister
When it comes to showing columns you need to select a range of columns, like here

There’s no option show only one column from hidden columns by the context menu.

Thanks. Select a range of columns to show hidden ones is a good design.

Thank you and glad I could help.

Have a nice day.