Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { DxcParagraph, DxcFlex } from "@dxc-technology/halstack-react";
import { DxcParagraph, DxcFlex, DxcAlert } from "@dxc-technology/halstack-react";
import PageHeading from "@/common/PageHeading";
import TabsPageHeading from "@/common/TabsPageLayout";
import ComponentHeading from "@/common/ComponentHeading";
Expand All @@ -15,6 +15,9 @@ const DataGridPageHeading = ({ children }: { children: React.ReactNode }) => {
<PageHeading>
<DxcFlex direction="column" gap="2rem">
<ComponentHeading name="Data Grid" />
<DxcAlert type="warning" size="fillParent">
There are known styling issues with sortable columns when used in a NextJS app.
</DxcAlert>
<DxcParagraph>
A data grid is a component designed to display large volumes in a structured and organized manner. It
structures data into rows and columns, making it easy for users to visualize, analyze, and interact with the
Expand Down