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

TableToolbar #349

Closed
g5becks opened this issue Oct 20, 2020 · 4 comments
Closed

TableToolbar #349

g5becks opened this issue Oct 20, 2020 · 4 comments

Comments

@g5becks
Copy link

g5becks commented Oct 20, 2020

Hi, are there plans to add a TableToolbar component?

Thanks.

@metonym
Copy link
Collaborator

metonym commented Oct 20, 2020

Yes, we plan to support it – tracking this in #14

@metonym
Copy link
Collaborator

metonym commented Oct 24, 2020

@g5becks v0.20 ships with four new components related to the TableToolbar: Toolbar, ToolbarContent, ToolbarSearch, ToolbarBatchActions.

Refer to the DataTable docs for examples and usage.

Please note that the following are not yet supported (#14 ):

  • Toolbar action menu (requires OverflowMenu floating menu to "break out" of the containing element)
  • Filterable ToolbarSearch: opt-in filtering behavior where the value from Search filters the current rows
  • Empty table cells: Appending an empty table cell to table body rows is useful for overflow menus

@g5becks
Copy link
Author

g5becks commented Oct 26, 2020

This is great news!

@g5becks g5becks closed this as completed Oct 26, 2020
@metonym
Copy link
Collaborator

metonym commented Oct 27, 2020

In v0.21, the following are supported:

  • Toolbar action menu: use ToolbarMenu, ToolbarMenuItem components (existing DataTable examples w/ toolbars have been updated)
  • Ability to add "empty columns" (Example) which is useful for having an overflow menu per row

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants