diff --git a/source/_docs/frontend.markdown b/source/_docs/frontend.markdown index 3320902fbb7..a0f5b80e7d5 100644 --- a/source/_docs/frontend.markdown +++ b/source/_docs/frontend.markdown @@ -28,7 +28,7 @@ To learn how to create and style your own dashboards, refer to the following top To learn how to organize and filter your data on an existing dashboard, refer to the following topics: - [Grouping](/docs/organizing/) into [areas](/docs/organizing/areas/), [floors](/docs/organizing/floors/), [labels](/docs/organizing/labels/), and [categories](/docs/organizing/categories/) -- [Filtering](/docs/organizing/filtering) +- [Filtering](/docs/organizing/tables) ## User- or browser-dependent settings, general settings diff --git a/source/_docs/organizing/areas.markdown b/source/_docs/organizing/areas.markdown index 6af4f1434ba..39f7ba4b59e 100644 --- a/source/_docs/organizing/areas.markdown +++ b/source/_docs/organizing/areas.markdown @@ -52,7 +52,7 @@ You can assign an area to multiple items at once in the automation, scene, scrip 1. Depending on what you want to assign, go to one of the following pages: - For automations, scripts, or scenes {% my automations title="**Settings** > **Automations & Scenes**" %} and open the respective tab. - For devices, go to {% my devices title="**Settings** > **Devices & services** > **Devices**" %}. -2. In the list, [select all the items](/docs/organizing/filtering#selecting-multiple-items-in-a-table) you want to assign to an area. +2. In the list, [select all the items](/docs/organizing/tables#selecting-multiple-items-in-a-table) you want to assign to an area.  diff --git a/source/_docs/organizing/filtering.markdown b/source/_docs/organizing/tables.markdown similarity index 80% rename from source/_docs/organizing/filtering.markdown rename to source/_docs/organizing/tables.markdown index d8fa65532d7..3a82b8bdca4 100644 --- a/source/_docs/organizing/filtering.markdown +++ b/source/_docs/organizing/tables.markdown @@ -1,5 +1,5 @@ --- -title: "Filtering your assets" +title: "Working with tables" description: "Filter for items in tables." related: - docs: /docs/organizing/floors/ @@ -34,6 +34,8 @@ When working with tables, you can select multiple items to apply an action. If y You can filter a table so that only items matching certain criteria are shown. +To filter items in a table, follow these steps: + 1. In the top left corner above the table, select the **Filters** button.  @@ -48,6 +50,8 @@ You can filter a table so that only items matching certain criteria are shown. You can group items in a table according to certain criteria. The number of shown items stays the same. No items will be hidden. +To group items in a table, follow these steps: + 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. - The list of available criteria depends on the type of table. @@ -59,4 +63,16 @@ You can group items in a table according to certain criteria. The number of show 3. To sort the items, select the **Sort by** button. 4. To get a better overview, you can collapse groups in the list. -  \ No newline at end of file +  + +## Customizing columns + +You can show or hide columns and change the order. Your customized columns are stored in your browser, so you only have to set it up once, and it will be remembered for the next time you visit the page. + +To customize columns, follow these steps: + +1. In the top right corner of the table, select the cog wheel. +2. To hide a column, deselect it. +3. To rearrange the order, grab the column and move it to its new position. + +  \ No newline at end of file diff --git a/source/_includes/asides/organizing_navigation.html b/source/_includes/asides/organizing_navigation.html index 1b6b2225de3..bf66235f1b6 100644 --- a/source/_includes/asides/organizing_navigation.html +++ b/source/_includes/asides/organizing_navigation.html @@ -4,7 +4,7 @@