Micro Frontend: Extend table height to fit parent #661
Replies: 1 comment
|
Hi, When using |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
What product are you having troubles with?
Microfrontend Composer
What Console version are you using?
v14.5.1
Description
BACK_KIT_VERSION: 1.4.9micro-lc: middleware:3.4.0We are using the bk-table on our composer page. On certain screen resolutions the table only fills up half the

maindiv. This doesn't happen on all screen sizesWe have tried replacing
maxLineswithfitParentContainer: trueand the table still only covers half the page.Is there a way to make it dynamically fill the screen?
bk-table config
{ "properties": { "fitParentContainer": true, "rowActions": { "kind": "icons", "actions": [] }, "highlightedRows": [ { "color": "#E5FBCF", "query": { "approvedOn": { "$exists": true, "$ne": null } } }, { "color": "#FFE4E1", "query": { "deniedOn": { "$exists": true, "$ne": null } } } ], "dataSchema": { "$ref": "#/definitions/dataSchema" } }, "tag": "bk-table", "attributes": { "style": "flex-grow: 1;" } }Actual Outcome
No response
Expected Outcome
No response
All reactions