FlexLayout icon indicating copy to clipboard operation
FlexLayout copied to clipboard

Docking Layout Manager for React

Results 164 FlexLayout issues
Sort by recently updated
recently updated
newest added

For arabic locale my html has dir="rtl" and tabbar is displayed in a wrong way (tabs are shifted and not needed dropdown for tab titles is displayed). div with `flexlayout__tabset_tabbar_inner_tab_container`...

Is there any way to custom-render the drag handle, when creating tabs indirectly? I can override the classnames, and the text inside (what the js api allows), but I'd like...

Would be convenient to be able to use these without access to the `Layout`, since I can no longer use a static component factory due to this.

Hello, I'm trying to use the poput/floating window. It doesn't seem to matter, but I'm triggering it like this, after ensuring there's at least 1 tab node: ```ts model.doAction(Actions.floatTab((tabSet.getSelectedNode() as...

Hi, Is it possible to add/create rows with addNode? I tried to use the below function (which works fine for tabs) to actually add rows but it doesn't seem to...

I would like to know if there is a way we can pass data from one tab to another in a bidirectional way. Something similar to EventHub that https://golden-layout.com/tutorials/getting-started-react.html had.

Hi, Is there a way to customize the `overflow` property of tabs belonging to a specific tabset?

I've been looking into optimizing flexlayout and especially its integration into larger apps where calling getBoundingClientRect on every resize or every mouse movement creates abysmal performance. updateLayoutMetrics and the measuring...

Addresses #101. I am not sure if this is the best way to implement this feature. I can try to improve the implementation if someone can guide me in the...

We have the `resize` event for tab nodes that is called _before_ the tab is rendered with the new size. But what about after? What I need is for my...