Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion website/docs/Features/accessLibraries.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Binary file added website/static/images/tableProperties.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added website/static/images/tableViewing.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading