From 12eb23a33f148102bd2f224d52bce60540ae174b Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Thu, 6 Jan 2022 23:17:26 +0000 Subject: [PATCH] --- .../ayanova/docs/ay-start-form-data-tables.md | 22 +++++++++++-------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/docs/8.0/ayanova/docs/ay-start-form-data-tables.md b/docs/8.0/ayanova/docs/ay-start-form-data-tables.md index 62845db2..af3c6a6f 100644 --- a/docs/8.0/ayanova/docs/ay-start-form-data-tables.md +++ b/docs/8.0/ayanova/docs/ay-start-form-data-tables.md @@ -48,11 +48,11 @@ About menu option will open the [About form](ay-about.md) which displays the ver ![data table header](img/form-data-table-header.png) -The data table header area above the table itself from left to right contains the [Saved filter](#saved-filter) control, refresh control which fetches a fresh copy of the data table from the server and a [column selector](#column-selector) control to choose which columns are displayed and in which order. +The data table header area above the table itself from left to right contains the [Saved filters](#saved-filters) control, refresh button which fetches a fresh copy of the data table from the server and a [column selector](#column-selector) control to choose which columns are displayed and in which order. #### Saved filters -The current set of filters on the columns of a data table can be saved so that they can be retrieved later without having to set them again or shared with other users. +The current set of filters on the columns of a data table can be saved so that they can be retrieved later without having to set them again. The saved filter control is used to edit, select and remove saved filters: @@ -71,16 +71,24 @@ You can also select the `-` none option from the saved filter pick list to remov ![data table saved filter dialog](img/form-data-table-saved-filter-dialog.png) -If you had a previously selected saved filter before making your edits to the filters then the saved filter dialog box will offer a `save` button in addition to the `save a copy` button. If you want to _overwrite_ the existing filter indicated with your new selections click on `save` and the existing saved filter of the same name will be replaced with the new selections. If you want to leave the existing filter and create a new one select `save a copy` instead. +If you had a previously selected saved filter before making your edits to the filters then the saved filter dialog box will offer a `save` button in addition to the `save a copy` button. -If you did not have a saved filter previously selected then the `save a copy` button will be the only save button displayed. +If you want to _overwrite_ the existing filter indicated with your new selections click on `save` and the existing saved filter of the same name will be replaced with the new selections. -**All users** - if you want to make your filter available to all users select the All users checkbox and save. If this is not selected the filter will not be available to any other user. +If you want to leave the existing filter and create a new one select `save a copy` instead. + +If there was no saved filter previously selected then the `save a copy` button will be the only save button displayed. + +`All users` - if you want to make your filter available to all users select the `All users` checkbox and save. If this is not selected the filter will be private and not be available to any other user. ##### Deleting filters Select the filter you wish to delete then click on the edit icon to the left of the saved filter selection list to open the saved filter editor and select `delete` to permanently remove the saved filter. +#### Column selector + +TODO: fill in here, do not change this title without chaging at the cilent end as well. + ##### Filtered hidden columns indicator If a saved filter is selected and one or more of the columns being filtered are not selected to display the data table will indicate this by highlighting the column selector icon: @@ -91,10 +99,6 @@ In this example the [column selector](#column-selector) is highlighted because t It is not necessary to display a hidden column, this highlighting is to indicate to the user that one ore more columns are being filtered that are not visible. -#### Column selector - -TODO: fill in here, do not change this title without chaging at the cilent end as well. - ## Column headers ![data table columns header](img/form-data-table-columns-header.png)