Hi, can i skip collaps column from paste? How to do that? Because at the moment i only know how to skip hidden column.
How to skip paste collapse column
Hi @restika.r
The CollapsibleColumns plugin doesn’t support skipping “collapsed” columns natively. It also does not expose the public flag checker if a column is “hidden” or not.
I prepared a simple example for toggling the skipColumnOnPaste
property for collapse/expand actions. Maybe it will inspire you to develop expected results: https://jsfiddle.net/kvmt8q67/
I guess that everything worked well as there are no updates and additional questions.
Feel free to open a new thread when needed.