Hi,
How can i use collapsing columns functionality in angular - wrapper of handsontable ?
It will be great if any example provided.
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/
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;
}