Closed aniov closed 6 years ago
How can I hide a pane but the component inside can still be rendered? Something like
<SplitterLayout primaryIndex={0}> <div hidden={true}>to be hidden</div> <div>2nd</div> </SplitterLayout>
Thank you.
Resolved.
lol why not post the answer? dont be DenverCoder9
I had to modify -SplitterLayout- and -Pane- component's code, so I don't think It can provide any help for others.
How can I hide a pane but the component inside can still be rendered? Something like
Thank you.