diff --git a/website/docs/Features/accessLibraries.md b/website/docs/Features/accessLibraries.md index 429229c3b..9d54798c2 100644 --- a/website/docs/Features/accessLibraries.md +++ b/website/docs/Features/accessLibraries.md @@ -8,9 +8,17 @@ After you configure the SAS extension for a SAS Viya, SAS 9.4 (local), or SAS 9. You can use the Libraries pane to delete a table, drag and drop tables into your SAS program code, view table data, or view table properties. +## Viewing Table Data + When viewing table data, you have the following options available for each column (accessible by hovering over a column and clicking the menu button): - Sort: Each column can be sorted ascending or descending. To add multiple columns to a sort, click the menu for each column and select the sort type. Sort priority will be displayed next to each column's direction icon. - Properties: Clicking properties will reveal the properties for the specific column chosen. -![Libraries](/images/libraries.png) +![Table Viewing](/images/tableViewing.gif) + +## Table Properties + +Table Properties can be revealed using the "Properties" menu item in the libraries pane or by clicking "Properties" from a table's column menu. + +![Table Properties](/images/tableProperties.png) diff --git a/website/static/images/tableProperties.png b/website/static/images/tableProperties.png new file mode 100644 index 000000000..361e792f1 Binary files /dev/null and b/website/static/images/tableProperties.png differ diff --git a/website/static/images/tableViewing.gif b/website/static/images/tableViewing.gif new file mode 100644 index 000000000..9fb473269 Binary files /dev/null and b/website/static/images/tableViewing.gif differ