Handsontable Angular wrapper - Collapsing columns

Tags: #<Tag:0x00007f8b198fb960>

Hi,

How can i use collapsing columns functionality in angular - wrapper of handsontable ?
It will be great if any example provided.

Hey @nav2jaiswal

all the features should work the same for vanilla as for the wrappers. Here’s an example https://jsfiddle.net/f27ky35e/1/

1 Like

Hi @aleksandra_budnik,

Is there a way by having a collapsible icon on header E , on clicking that columns B to E are hidden, and collapsible icons shift to column A and vice versa.

Thanks,
Naveen

Maybe something like this https://jsfiddle.net/6pjvsmef/

It’s pure CSS

.handsontable .changeType {
  position: relative; 
  right: -5px !important;
}