Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
78 commits
Select commit Hold shift + click to select a range
3a4c20e
renaming table component to TableView
LFDanLu May 10, 2021
270158d
fixing lint
LFDanLu May 10, 2021
26abdda
Table spectrum docs wip
LFDanLu Apr 8, 2021
6e8c34d
fixing alignment and ordering
LFDanLu Apr 9, 2021
54d7c6c
adding isRowHeader example, removing props that are't implemented
LFDanLu Apr 9, 2021
a7c9d5c
forgot to remove extra comments
LFDanLu Apr 9, 2021
1d6b42c
more polish
LFDanLu Apr 9, 2021
6fbf082
tweaking sizes
LFDanLu Apr 9, 2021
97e6f11
proof reading and fixing some examples
LFDanLu Apr 13, 2021
010c5e1
fixing sort example
LFDanLu Apr 13, 2021
99b6b69
updating table export
LFDanLu Apr 29, 2021
a6bdfa0
modifiying sort example to remove loadMore
LFDanLu Apr 29, 2021
bc873f3
updating docs for TableView rename
LFDanLu May 13, 2021
91aa2ea
renaming table mdx to tableview
LFDanLu May 13, 2021
56c9965
useTableState docs and useTable template
LFDanLu Apr 13, 2021
229f69c
progress on usetable aria docs
LFDanLu Apr 16, 2021
6e411f0
progress
LFDanLu Apr 27, 2021
065343e
removing stuff from tooltip.stories
LFDanLu Apr 27, 2021
8482272
adding examples to useTable
LFDanLu Apr 27, 2021
5cd8fe5
adding loadmore functionality
LFDanLu Apr 27, 2021
4c1eb93
update transformer and packager so that renamed exports work in the d…
LFDanLu Apr 29, 2021
2ff0941
updating docs now that I can pull in useTablecell props
LFDanLu Apr 29, 2021
323f166
updating svg
LFDanLu May 11, 2021
b8b4248
fixing colors
LFDanLu May 11, 2021
1543d96
stopgap to get the dividers to show up
LFDanLu May 12, 2021
d4be58f
allowing styles to be passed to PropTable
LFDanLu May 13, 2021
8dcc89d
Merge branch 'issue_1648' of github.com:adobe/react-spectrum into tab…
LFDanLu May 13, 2021
a13dc23
moving aria and stately table docs to collections
LFDanLu May 13, 2021
d31aa4c
adding some missing types
LFDanLu May 13, 2021
534fa77
Merge branch 'main' of github.com:adobe/react-spectrum into issue_1648
LFDanLu May 14, 2021
e77d309
partial review comment addressing
LFDanLu May 17, 2021
dbb1f6a
fixing table height and table checkbox description
LFDanLu May 18, 2021
1a453bb
adding links explaining rowheader column and column headers
LFDanLu May 18, 2021
4c45c71
removing some todos
LFDanLu May 18, 2021
57249bb
Merge branch 'main' of github.com:adobe/react-spectrum into issue_1648
LFDanLu May 24, 2021
4fc0dc8
updating docs to reflect isLoading -> loadingState change
LFDanLu May 24, 2021
9335e4b
addressing review comments
LFDanLu May 25, 2021
59637b3
addressing review comments
LFDanLu Jun 8, 2021
9d2758c
fixing docs
LFDanLu Jun 8, 2021
69bea2a
adding note about hideheader and its expected column content
LFDanLu Jun 9, 2021
007a43b
Merge branch 'main' into issue_1648
LFDanLu Jun 9, 2021
a788a77
Merge branch 'issue_1648' of github.com:adobe/react-spectrum into tab…
LFDanLu Jun 9, 2021
c1eb348
splitting out tableview mdx from type updates for release
LFDanLu Jun 11, 2021
c2c40fe
adding tableview docs
LFDanLu Jun 11, 2021
8dd7345
splitting out the mdx files
LFDanLu Jun 11, 2021
786fd85
Merge branch 'issue_1648' of github.com:adobe/react-spectrum into tab…
LFDanLu Jun 11, 2021
f592b07
removing tableview docs
LFDanLu Jun 11, 2021
c17d5d4
Merge branch 'table_aria_docs' of github.com:adobe/react-spectrum int…
LFDanLu Jun 11, 2021
5395577
adding aria and stately docs
LFDanLu Jun 11, 2021
2f27852
moving tableview docs to the right place
LFDanLu Jun 11, 2021
20128b5
getting rid of table column defaultWidth prop and row child items
LFDanLu Jun 11, 2021
91324a9
fixing lint
LFDanLu Jun 11, 2021
5f7abc0
Merge branch 'issue_1648' of github.com:adobe/react-spectrum into tab…
LFDanLu Jun 11, 2021
aadf95b
adding doc comments for grid and table hooks
LFDanLu Jun 11, 2021
09f9175
Merge branch 'main' of github.com:adobe/react-spectrum into table_ari…
LFDanLu Jun 11, 2021
ed1df88
missed usetablerow doc comment
LFDanLu Jun 11, 2021
2899f29
Merge branch 'table_aria_docs' of github.com:adobe/react-spectrum int…
LFDanLu Jun 11, 2021
4f5a66d
adding missing description for useTableSelectAllCheckbox hook
LFDanLu Jun 11, 2021
9135526
Merge branch 'table_aria_docs' of github.com:adobe/react-spectrum int…
LFDanLu Jun 11, 2021
4078dac
Merge branch 'main' into table_docs_mdx
devongovett Jun 15, 2021
95a09ef
replacing table css hover pseudo class with is-hovered
LFDanLu Jun 17, 2021
17589c4
Update some examples
devongovett Jun 17, 2021
86da8bc
Merge branch 'main' of github.com:adobe-private/react-spectrum-v3 int…
devongovett Jun 17, 2021
7c1a925
Update table anatomy diagram
devongovett Jun 17, 2021
4c5b2ba
ARIA docs updates
devongovett Jun 17, 2021
4e5d96c
Fix keys
devongovett Jun 18, 2021
1cd39f7
updating table docs
Jun 21, 2021
54eabc2
Merge branch 'table_docs_mdx' of github.com:adobe/react-spectrum into…
dannify Jun 21, 2021
1be9ab1
update content
Jun 21, 2021
c2646c5
tables?
Jun 21, 2021
4ff7aed
minheight 0
Jun 21, 2021
279cacc
remove flex from examples
Jun 21, 2021
d1e6d46
minor updates
devongovett Jun 21, 2021
bd83d16
add action button
Jun 21, 2021
3b810b6
Merge branch 'table_docs_mdx' of github.com:adobe/react-spectrum into…
dannify Jun 21, 2021
f739674
Add a longer name that wraps
devongovett Jun 22, 2021
f7c2dc4
Merge branch 'main' of github.com:adobe/react-spectrum into table_doc…
dannify Jun 22, 2021
0fd1a50
remove minheight
Jun 22, 2021
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
165 changes: 165 additions & 0 deletions packages/@react-aria/table/docs/TableAnatomy.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading