Skip to content

Bug - Resizable Drawer - Responsiveness in table #12118

@dpanshug

Description

@dpanshug

Describe the problem
When the ResizableDrawer component is wrapped around the ApplicationPage, the table inside fails to resize and is not responsive.

How do you reproduce the problem?

return (
    <Drawer isExpanded={isDrawerExpanded} isInline>
      <DrawerContent panelContent={panelContent}>
        <DrawerContentBody>
          <ApplicationsPage ....>
            <Table />
          </ApplicationsPage>
        </DrawerContentBody>
      </DrawerContent>
    </Drawer>
  );

Expected behavior
The table should resize and maintain responsiveness when the entire ApplicationPage is wrapped with the ResizableDrawer component.

Is this issue blocking you?
yes

Screenshots
Image

What is your environment?

  • OS: mac
  • Browser Chrome
  • Version: 141.0.7390.123

What is your product and what release date are you targeting?
Red Hat Openshift AI, 19th December

Any other information?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    Status

    Ready to assign

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions