Skip to content

Commit

Permalink
feat(redmine 1306616): display header column title 'Actions'
Browse files Browse the repository at this point in the history
  • Loading branch information
Meriemu committed Aug 7, 2024
1 parent 810c143 commit 8abf556
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/heavy-cows-pay.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@smile/haring-react-table': minor
---

Accessibility corrections to table header text
1 change: 0 additions & 1 deletion packages/haring-react-table/src/Components/Table/Table.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@ export function Table<Data extends Record<string, unknown>>(
const table = useMantineReactTable({
displayColumnDefOptions: {
'mrt-row-actions': {
header: undefined,
size: 124,
},
},
Expand Down

0 comments on commit 8abf556

Please sign in to comment.