mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-16 13:56:53 +00:00
Filter tables (#32211)
* filter tables * Add steps on grouping items * Add steps on sorting * Organizing: update side TOC * Update source/_docs/organizing/filtering.markdown Co-authored-by: Franck Nijhof <git@frenck.dev> --------- Co-authored-by: Franck Nijhof <git@frenck.dev>
This commit is contained in:
parent
6962f260f5
commit
f9c315ae2c
@ -9,14 +9,41 @@ When working with tables, you can select multiple elements to apply an action on
|
||||
|
||||
1. In your table, select the select the <img height="28px" src="/images/organizing/multiselect_icon.png" alt="Multiselect icon"/> button.
|
||||
|
||||

|
||||

|
||||
|
||||
2. In the list, select the items of interest.
|
||||
|
||||

|
||||
|
||||
## Filtering items in a table
|
||||
|
||||
You can filter a table so that only items matching certain criteria are shown.
|
||||
|
||||
1. In the top left corner above the table, select the **Filters** button.
|
||||
|
||||

|
||||
|
||||
2. In the filters panel, select your filter criteria.
|
||||
- You can filter for [floors](/docs/organizing/floors/), [areas](/docs/organizing/areas/), [labels](/docs/organizing/labels/) and [categories](/docs/organizing/categories/) if you have previously defined them.
|
||||
|
||||

|
||||
|
||||
## Grouping and sorting items in a table
|
||||
|
||||
You can group items in a table according to certain criteria. The number of shown items stays the same. No items will be hidden.
|
||||
|
||||
1. In the top right above the table, select the **Group by** button.
|
||||
2. The items will be grouped according to the criteria you chose.
|
||||
- In the example, the items are grouped by manufacturer.
|
||||
|
||||

|
||||
|
||||
3. To sort the items, select the **Sort by** button.
|
||||
|
||||
## Related topics
|
||||
|
||||
- [Floors](/docs/organzing/floors/)
|
||||
- [Labels](/docs/organzing/labels/)
|
||||
- [Areas](/docs/organzing/areas/)
|
||||
- [Directories](/docs/organzing/directories/)
|
||||
- [Categories](/docs/organzing/categories/)
|
||||
- [Grouping your assets](/docs/organizing/)
|
@ -4,7 +4,7 @@
|
||||
<h1 class="title delta">Organizing</h1>
|
||||
<ul class="divided sidebar-menu">
|
||||
<li>{% active_link /docs/organizing/ Grouping your assets %}</li>
|
||||
<li>{% active_link /docs/organizing/filtering Filtering your assets %}</li>
|
||||
<li>{% active_link /docs/organizing/filtering Filtering, grouping, sorting %}</li>
|
||||
<li>
|
||||
{% active_link /docs/organizing/areas/ Areas %}
|
||||
</li>
|
||||
|
BIN
source/images/organizing/filter-panel.png
Normal file
BIN
source/images/organizing/filter-panel.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 410 KiB |
BIN
source/images/organizing/table_group_01.png
Normal file
BIN
source/images/organizing/table_group_01.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 60 KiB |
Loading…
x
Reference in New Issue
Block a user