[Draft] Table Improvements #7123
Unanswered
mdefazio
asked this question in
Feature Request
Replies: 2 comments
-
Sorting
Screenshot--2023-08-29--Table.Designs.-.UI.Updates.mp4 |
Beta Was this translation helpful? Give feedback.
0 replies
-
SelectionWe should provide a consistent pattern for selecting rows on a table. Currently these are handled differently across our implementations. The following is an attempt to find a single pattern that could work for
Screenshot--2023-08-28--React.App.mp4 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Table Improvements
The following are proposed changes to our
EuiBasicTable
(andEuiInMemoryTable
). We have started to document patterns for some of these areas and so would like to discuss if it makes sense to build these into EUI and/or update our examples on our doc site.Loading states:
Empty states:
We recently updated our empty prompts for when there is no data behind a table (user needs to create something). But our empty states for the following scenarios could be improved.
Selection:
Sorting requirements:
Grouping requirements:
enum
field type: field with specific set of valuestext
,number
anddate
fields can only be sorted, and do not allow for groupingRelated discussions
Things to note
tabledata grid provides grouping: These suggestions are heavily influenced by this design with some modifications to feel more inline with EUI.Beta Was this translation helpful? Give feedback.
All reactions