FlexLayout icon indicating copy to clipboard operation
FlexLayout copied to clipboard

Close multiple tabs in tabset.

Open wozniaklg opened this issue 6 years ago • 1 comments

Hello,

I am looking for functionality to close many tabs with one action. I found only Actions.deleteTab(tabId). It would be great to have function with tab id's array as argument!

wozniaklg avatar Feb 13 '20 17:02 wozniaklg

Have managed to achieve this using onRenderTabSet which you can actually use to customize the tabset's header and buttons. Here's my codesandbox for your ref and hope it helps.

nelsieborja avatar May 10 '21 13:05 nelsieborja