Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(redmine 1306616): display header column title 'Actions' #209

Merged
merged 2 commits into from
Aug 9, 2024
Merged
Show file tree
Hide file tree
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
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
Original file line number Diff line number Diff line change
Expand Up @@ -855,7 +855,9 @@ exports[`Table matches snapshot 1`] = `
>
<div
class="mrt-table-head-cell-content-wrapper MRT_TableHeadCell-module_content-wrapper__py6aJ MRT_TableHeadCell-module_content-wrapper-nowrap__-4aIg m_8bffd616 mantine-Flex-root __m__-r5l"
/>
>
Actions
</div>
</div>
<div
class="mrt-table-head-cell-content-actions MRT_TableHeadCell-module_content-actions__utxbm m_8bffd616 mantine-Flex-root __m__-r5n"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -954,7 +954,9 @@ exports[`TableGridView matches snapshot 1`] = `
>
<div
class="mrt-table-head-cell-content-wrapper MRT_TableHeadCell-module_content-wrapper__py6aJ MRT_TableHeadCell-module_content-wrapper-nowrap__-4aIg m_8bffd616 mantine-Flex-root __m__-r6q"
/>
>
Actions
</div>
</div>
<div
class="mrt-table-head-cell-content-actions MRT_TableHeadCell-module_content-actions__utxbm m_8bffd616 mantine-Flex-root __m__-r6s"
Expand Down
Loading