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

[terra-data-grid] DataGrid consumes Table #1851

Merged
merged 56 commits into from
Nov 7, 2023
Merged
Show file tree
Hide file tree
Changes from 54 commits
Commits
Show all changes
56 commits
Select commit Hold shift + click to select a range
52751b0
Initial commit to make datagrid consume table.
kenk2 Oct 19, 2023
e87b17f
Merge remote-tracking branch 'origin' into data-grid-consumes-table
kenk2 Oct 19, 2023
23e8de1
Add Aria label in table examples.
kenk2 Oct 19, 2023
edbfae2
Fix scrolling behavior and error with column select callback not send…
kenk2 Oct 20, 2023
2e88843
Update jest tests to reflect datagrid consuming table.
kenk2 Oct 20, 2023
0faba58
[terra-table] Scrollable table focus (#1844)
cm9361 Oct 19, 2023
1beb0de
Release 20/10 (#1847)
saket2403 Oct 20, 2023
0008abc
Add striped props to FlowSheet, DataGrid and WorklistDataGrid compone…
kenk2 Oct 20, 2023
2b04f5a
Update snapshots for flowsheet tests.
kenk2 Oct 20, 2023
dba679a
Fix error with end key navigation. Update snapshots for datagrid comp…
kenk2 Oct 20, 2023
1a5de1f
Fix odd selection bug in WDG. Update snapshots.
kenk2 Oct 20, 2023
208f49c
Merge branch 'main' into data-grid-consumes-table
kenk2 Oct 20, 2023
2e99aa8
Fix snapshot test. Update variable call for column length check.
kenk2 Oct 21, 2023
f0e9a8a
Fix stale reference snapshots. Use real package version for terra-tab…
kenk2 Oct 21, 2023
f3d7380
Revert changes made to table. Revert implementation of focus manageme…
kenk2 Oct 24, 2023
a2e0897
Restore original snapshot references.
kenk2 Oct 24, 2023
39956c5
Merge remote-tracking branch 'origin' into data-grid-consumes-table
kenk2 Oct 24, 2023
8abd810
Revert changes made in terra table with pinned columns and export.
kenk2 Oct 24, 2023
81eb08d
Fix onFocus warning and mapper property. Fix Row styling to handle se…
kenk2 Oct 24, 2023
74c9843
Fix up jest tests, rename maper functions.
kenk2 Oct 24, 2023
a6e294d
Merge branch 'main' into data-grid-consumes-table
kenk2 Oct 24, 2023
5075558
Add note about fixing row stripe styling. Fix links in package.json f…
kenk2 Oct 24, 2023
f74684a
Update styling on row style. Update aria labels for table examples.
kenk2 Oct 26, 2023
f9f7448
Update package refs. Attempt to useImperativeHandle to reduce fragile…
kenk2 Oct 26, 2023
0710859
Fix merge conflicts.
kenk2 Oct 27, 2023
719cc3f
Merge branch 'main' into data-grid-consumes-table
kenk2 Oct 30, 2023
aaf0934
Begin integration of column resize code in table.
kenk2 Oct 31, 2023
1811a34
Fix merge conflicts.
kenk2 Oct 31, 2023
8c79534
Merge remote-tracking branch 'origin' into data-grid-consumes-table
kenk2 Oct 31, 2023
0b3536e
Integrate resize handle code in table.
kenk2 Nov 1, 2023
c3091c8
[terra-menu] - Fixed SR not announcing menu group name information. (…
PK106552 Oct 31, 2023
9e9bb33
Fix some linting errors.
kenk2 Nov 1, 2023
8010cc1
Remove prop types file.
kenk2 Nov 1, 2023
a6f758e
Fix issue with column selection.
kenk2 Nov 2, 2023
56620e3
Fix merge conflicts.
kenk2 Nov 2, 2023
364791a
Follow implementation from datagrid column header cell. Fix tab index…
kenk2 Nov 2, 2023
aea2d62
Update test suite for WDG and prevent key event when on grid context …
kenk2 Nov 2, 2023
09071dd
Update some subcomponent tests.
kenk2 Nov 2, 2023
cc6a31f
Fix INTL warning.
kenk2 Nov 2, 2023
4571c43
Fix up table tests and focus logic in column header cells.
kenk2 Nov 3, 2023
38f2272
Fix up flowsheet tests.
kenk2 Nov 3, 2023
9a1a26c
Fix up datagrid tests.
kenk2 Nov 3, 2023
dc85f2f
Fix up some WDG tests.
kenk2 Nov 3, 2023
2dcf56f
Merge remote-tracking branch 'origin' into data-grid-consumes-table
kenk2 Nov 3, 2023
76a3f86
Update lockfile. Add table props manually. USe ignore lint error for …
kenk2 Nov 3, 2023
2a0cf34
Directly pass in ref params from grid to table. Do not use forward re…
kenk2 Nov 6, 2023
df2906d
Update test files. Fix bug with managing row focus toggles in WDG. Re…
kenk2 Nov 6, 2023
2a6ac7b
Fix merge conflicts.
kenk2 Nov 6, 2023
4c91fb5
Use React context approach for managing grid focus.
kenk2 Nov 6, 2023
34a9990
Update screenshots for WDG and DG components.
kenk2 Nov 7, 2023
253b0be
Fix merge conflicts.
kenk2 Nov 7, 2023
3afdb70
Fix snapshots for flowsheet.
kenk2 Nov 7, 2023
d88d6ea
Update changelog for terra framework docs.
kenk2 Nov 7, 2023
c0e1e10
Address PR feedback. Do not use extra constant for tracking row selec…
kenk2 Nov 7, 2023
836168c
Memoize the provider value for grid context.
kenk2 Nov 7, 2023
8a6447c
Add explanation for complex tabindex setting in ColumnHeaderCell.
kenk2 Nov 7, 2023
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
6 changes: 4 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/terra-data-grid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
"focus-trap-react": "^6.0.0",
"keycode-js": "^3.1.0",
"prop-types": "^15.5.8",
"resize-observer-polyfill": "^1.4.1",
"terra-icon": "^3.54.0",
"terra-table": "^5.1.1-alpha.0",
"terra-theme-context": "^1.8.0",
"terra-visually-hidden-text": "^2.36.0"
},
Expand Down
Loading
Loading