07-13-2021, 09:23 PM
That's the problem I was talking about, you have an element vertically staked but the height calculation uses a constant that works only when the table is the only element in the view because it is based on the standard tactic title+tab bar
If all your pages have the same layout you can change increase the 168px in:
bvr.src_el.setStyle("height", "calc(100vh - 168px)");
to take in account your custom menu bar height
I'd like to find a better way to set the height, i think it should be set by a bvr in the custom layout
If all your pages have the same layout you can change increase the 168px in:
bvr.src_el.setStyle("height", "calc(100vh - 168px)");
to take in account your custom menu bar height
I'd like to find a better way to set the height, i think it should be set by a bvr in the custom layout