By default in a tab, tables are placed in order from top to bottom. However I want 2 tables to take up 50% width of the page and be side by side by default. Is there a configuration I can look for to configure this?
I looked for under ‘tableOptions’ but didn’t find anything such as default width:
tableOptions: {
orientation: "VERTICAL",
headerStyle: {
textWrap: 'WRAP',
height: 25,
},
},

