apex-plugin-dhtmlx-gantt
apex-plugin-dhtmlx-gantt copied to clipboard
100% height for region
Thanks Ottmar for this fantastic work. Is there a way to set the height of the region in % instead of px.
My target is to make use of the full height of the browser Fram.
Shared Components / Plugins -> click edit on the plugin and find in the sql <div id="'|| v_chart_container || '" style= ... you can add your css properties there or change the height:' || nvl(p_region.attribute_01,500) || 'px;"> 'px; to % and type your % in the options inside your app