Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.

[terra-worklist-data-grid] added keyboard support for column resizing #1813

Merged
merged 4 commits into from
Oct 25, 2023
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
2 changes: 1 addition & 1 deletion packages/terra-data-grid/src/DataGrid.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
border-collapse: separate;
border-spacing: 0;
// Allow for resizing of last grid column
margin-right: 30px;
margin-right: 15px;
table-layout: fixed;
user-select: none;
width: 1px;
Expand Down
1 change: 0 additions & 1 deletion packages/terra-data-grid/tests/jest/ColumnHeader.test.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ describe('ColumnHeader', () => {

// Validate ColumnHeaderCell React component
kenk2 marked this conversation as resolved.
Show resolved Hide resolved
const columnHeaderCells = columnHeader.find(ColumnHeaderCell);
// console.log(columnHeaderCells.first().props())
expect(columnHeaderCells.first().props().tableHeight).toBe(500);

expect(wrapper).toMatchSnapshot();
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading