Hi,
Reposting the query
I have a jqxSplitter as the below code.
$(“#jqxSplitter”).jqxSplitter({ height: ’100%’, width: ’100%’, theme: theme, panels: [{ size: ‘10%’}, { size: ‘70%’ }, { size: ‘20%’}] });
1) i have a query about – on how to get the last panel i,e the one with size: ’20%’ from the splitter (or how to refer) and add a ‘div’
which contains data in ‘html table’ .
2) the other query is after knowing how to refer the last panel from the splitter , is it possible to put a jqxpanel with some content inside it,
Please provide a sample on how to acheive this.
Thanks
Nick