Our blazing fast Grid component built with pure JavaScript


Post by henrique »

Exists a way to remove a tab of a TabPanel, after it is created?


Post by tasnim »

You can use https://bryntum.com/docs/grid/api/Core/widget/TabPanel#function-remove function to remove it.

const tabpanel = new TabPanel({ ... });
tabpanel.remove(tabpanel.items[0]);

All the best,
Tasnim


Post by henrique »

Sorry, I read the documentation and don't see this function!


Post Reply