caplin / FlexLayout

Docking Layout Manager for React
MIT License
924 stars 174 forks source link

Close multiple tabs in tabset. #95

Open TheBearBytes opened 4 years ago

TheBearBytes commented 4 years ago

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!

nelsieborja commented 3 years ago

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.