Skip to content

Commit a4ca8d2

Browse files
Scott DoverScott Dover
authored andcommitted
chore: update changelog/docs
Signed-off-by: Scott Dover <[email protected]>
1 parent 718b3f0 commit a4ca8d2

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). If you introduce breaking changes, please group them together in the "Changed" section using the **BREAKING:** prefix.
66

7+
## [Unreleased]
8+
9+
### Added
10+
11+
- Added the ability to sort columns in data viewer and view column properties ([#1622](https://github.com/sassoftware/vscode-sas-extension/pull/1622))
12+
713
## [v1.17.0] - 2025-09-26
814

915
### Added

website/docs/Features/accessLibraries.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ sidebar_position: 2
66

77
After you configure the SAS extension for a SAS Viya, SAS 9.4 (local), or SAS 9.4 (remote-IOM) environment, you can access your connected libraries.
88

9-
You can use the Libraries pane to delete a table, drag and drop tables into your SAS program code, or view the table data.
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.
10+
11+
When viewing table data, you have the following options available for each column (accessible by hovering over a column and clicking the menu button):
12+
13+
- 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.
14+
- Properties: Clicking properties will reveal the properties for the specific column chosen.
1015

1116
![Libraries](/images/libraries.png)

0 commit comments

Comments
 (0)