Premium support for our pure JavaScript UI components


Post by turina »

Dear support, I'm looking for a way to customize the bryntumsplitter in a specific page. Mainly I want to reduce its size. What would be to easiest way to do so?
Thanks for your help

BR


Post by tasnim »


Post by turina »

thanks. I'm struggling to make it work in react. I tried:

 <BryntumSplitter layout={{ width: 2 }} />
 

and

<BryntumSplitter width={2} /> 

with no success. Can you give me a working example in react please?


Post by tasnim »

Hi,
Sorry for the late reply

You could use this CSS for the width

.b-gridbase.b-split .b-grid-splitter:not(.b-disabled) .b-grid-splitter-inner {
    width: 9px;
}

Post Reply