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

[EuiTablePagination] Adding a Show all option; Plus Pagination Guidelines #5547

Merged
merged 43 commits into from
Feb 22, 2022
Merged
Show file tree
Hide file tree
Changes from 25 commits
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
756d2e4
Fix console error of Custom table example
Nov 1, 2021
86a36a1
[EuiPagination] Allowing `null` if `pageCount` is unknown
Nov 1, 2021
faf9b6d
[EuiPagination] Added tooltip around prev/next buttons and added `'ar…
Nov 1, 2021
ddf3940
[EuiIcon] Added `doubleArrowLeft` and `doubleArrowRight` while also u…
Nov 1, 2021
95875ef
Merge remote-tracking branch 'upstream/main' into feature/simple_pagi…
Nov 8, 2021
57ef10d
Added `first` and `last` buttons and refactored arrow button component
Nov 8, 2021
46476e3
Using negative index for `activePage` to indicate last page
Nov 8, 2021
cedef9c
Cleanup component
Nov 8, 2021
46bfd8d
Render first/last if `compressed` and remove clicks from numbers
Nov 8, 2021
c5d5ec3
Update examples and add one for `Indeterminate`
Nov 8, 2021
82fd090
Fix a11y
Nov 9, 2021
e7d23c6
Merge remote-tracking branch 'upstream/main' into feature/simple_pagi…
Nov 9, 2021
fc129ba
cl
Nov 9, 2021
ff3542f
Added `responsive` prop that renders the `compressed` display and is …
Nov 11, 2021
5227677
cl
Nov 11, 2021
8aa7e20
Merge remote-tracking branch 'upstream/main' into feature/simple_pagi…
Nov 11, 2021
02e59e1
Fix snippets
Nov 11, 2021
a020fe9
Initial text and images for Guidelines
Nov 10, 2021
f8fccde
Allowing `0` for pageCount and adding example of table saved state
Nov 11, 2021
479f27d
Updating copy from UX writer review
Nov 16, 2021
38c53d8
Converted EuiTablePagination to FunctionComponent
Nov 16, 2021
9144b37
[EuiTablePagination] Extending all EuiPagination props
Nov 16, 2021
7e106e5
Merge remote-tracking branch upstream/main into guidelines/pagination
Jan 19, 2022
aab8360
Update Guidelines per suggestions
Jan 19, 2022
06ec154
Fix snaps
Jan 19, 2022
63b5ff2
Cleanup
Jan 19, 2022
34a0d86
[EuiImage] Fix max-width
Jan 19, 2022
f8d9ec2
Merge remote-tracking branch 'upstream/main' into guidelines/pagination
Feb 7, 2022
fcb5618
Fix test & gif
Feb 7, 2022
6903978
Update EuiTablePagination to accept number | 'all' instead of 0 for all
cee-chen Feb 11, 2022
2a05385
Update documentation examples to use 'all'
cee-chen Feb 11, 2022
8efabe6
Update EuiBasicTable and EuiInMemoryTable props to accept 'all'
cee-chen Feb 11, 2022
c476dc8
Update EuiDataGrid pagination props to accept 'all'
cee-chen Feb 11, 2022
62ab0cc
[misc cleanup] Fix typo in pagination prop docs
cee-chen Feb 11, 2022
befab51
Last few fixes
Feb 15, 2022
9e35e86
Merge remote-tracking branch '2_upstream/main' into guidelines/pagina…
Feb 15, 2022
b3e2267
cl
Feb 15, 2022
57d9cfe
Merge branch 'main' into guidelines/pagination
cchaos Feb 15, 2022
c6d3c4d
[PR feedback] Performance optimization + fn naming suggestion
cee-chen Feb 17, 2022
a72972c
Update src/components/table/table_pagination/table_pagination.tsx
cchaos Feb 18, 2022
0fdfff1
snaps
Feb 18, 2022
7d0a43c
Merge branch 'main' into guidelines/pagination
cchaos Feb 18, 2022
c47e3b7
Append `rows` to option text
Feb 18, 2022
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
Binary file added src-docs/src/images/pagination_filters.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src-docs/src/images/pagination_infinite_do.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src-docs/src/images/pagination_infinite_dont.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src-docs/src/images/pagination_options_do.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading