diff --git a/docs/dynamic-cell-selects.md b/docs/dynamic-cell-dropdown.md similarity index 96% rename from docs/dynamic-cell-selects.md rename to docs/dynamic-cell-dropdown.md index a3b4955..87d7709 100644 --- a/docs/dynamic-cell-selects.md +++ b/docs/dynamic-cell-dropdown.md @@ -1,11 +1,11 @@ --- layout: article -title: Dynamic Cell Selects +title: Dynamic Cell Dropdown description: Configure SAS programs to determine exactly which values can appear within which cells in your Data Controller table! og_image: img/cell_validation1.png --- -# Dynamic Cell Selects +# Dynamic Cell Dropdown This is a simple, but incredibly powerful feature! Configure a SAS process to run when clicking a particular cell. Data Controller will send the *row* to SAS, and your SAS program can use the values in the row determine a *column* of values to send back - which will be used in the frontend selectbox. @@ -30,7 +30,7 @@ Example code: ```sas /** @file - @brief dynamic cell validation for product code + @brief dynamic cell dropdown for product code @details The input table is simply one row from the target table called "work.source_row". diff --git a/mkdocs.yml b/mkdocs.yml index 25f44eb..588ee6b 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -12,11 +12,12 @@ nav: - Table Viewer: dcu-tableviewer.md - Configuration: - Dates / Datetimes: dcc-dates.md - - Dynamic Cell Selects: dynamic-cell-selects.md + - Dynamic Cell Dropdown: dynamic-cell-dropdown.md - Emails: emails.md - Excel Formulas: excel.md - Groups: dcc-groups.md - Options: dcc-options.md + - Row Level Security: row-level-security.md - Security: dcc-security.md - Selectboxes: dcc-selectbox.md - Tables: dcc-tables.md