Hello everyone,
I have 2 panels to display with spitter.
This is the code I build it:
$(‘#mainSplitter’).jqxSplitter({ width: ‘99.9%’, height: ‘100%’, panels: [{ size: ‘25%’}, { size: ‘75%’}], splitBarSize: 1 });
I have an issue with splitter expand. The second panel does not full expand anymore. I think it is caused of style css “left” of the second panel. When I inspect element and change it from 20px to 0px, it now totally expands. Could you please help me fix it?
Thank you in advance!
Best regards,
Phuc