Skip to content

feat: Gridtable layout right pane#1175

Open
apattersonATX-HB wants to merge 5 commits intomainfrom
gridtable-layout-right-pane
Open

feat: Gridtable layout right pane#1175
apattersonATX-HB wants to merge 5 commits intomainfrom
gridtable-layout-right-pane

Conversation

@apattersonATX-HB
Copy link
Copy Markdown
Contributor

@apattersonATX-HB apattersonATX-HB commented Jan 8, 2026

GridTableLayout: Add Right Pane Support + ReactNode Page Title

We have to build the right pane into GridtableLayout so that it only appears next to the table as opposed to filling the entire viewport - header

Changes

  • Add optional rightPaneProps to GridTableLayout for built-in right pane functionality
  • Change pageTitle prop from string to ReactNode for more flexible headers
  • Add paddingXss prop to Pagination component for custom padding styles
  • Update ScrollableContent to use omitBottomPadding to prevent double padding with pagination

QData,
> = {
pageTitle: string;
pageTitle: ReactNode;
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Saw a use case for <AutosaveIndicator /> but didnt want to make a decorator or autosaveIndicator prop

@apattersonATX-HB
Copy link
Copy Markdown
Contributor Author

Needed for SC-78056

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant