Skip to content

Commit

Permalink
remove Header component
Browse files Browse the repository at this point in the history
  • Loading branch information
prv-proton committed Jan 8, 2025
1 parent cf243cb commit 76f2cda
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/src/components/BCDataGrid/BCDataGridServer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ const BCDataGridServer = ({

// Memorized default column definition parameters
const defaultColDefParams = useMemo(() => ({
headerComponent: AccessibleHeader,
// headerComponent: AccessibleHeader,
suppressHeaderFilterButton: true,
resizable: true,
sortable: true,
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/components/BCDataGrid/BCGridViewer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ export const BCGridViewer = ({

const defaultColDefParams = useMemo(
() => ({
headerComponent: AccessibleHeader,
// headerComponent: AccessibleHeader,
suppressHeaderFilterButton: true,
resizable: true,
sortable: true,
Expand Down

0 comments on commit 76f2cda

Please sign in to comment.