Skip to content

Commit 82cd872

Browse files
Scott DoverScott Dover
authored andcommitted
chore: add comments/documentation
Signed-off-by: Scott Dover <Scott.Dover@sas.com>
1 parent f0b0076 commit 82cd872

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

77
## Unreleased
88

9+
### Added
10+
11+
- Add the ability to pin columns ([#1781](https://github.com/sassoftware/vscode-sas-extension/pull/1781))
12+
913
### Changed
1014

1115
- Update pubsdata files to use the latest version (2026.01) of the SAS documentation for procedures, statements, and functions ([#1770](https://github.com/sassoftware/vscode-sas-extension/pull/1770))

client/src/webview/GridMenu.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ interface MenuItem {
1212

1313
const GridMenu = ({
1414
dismissMenu,
15+
// note: `id` is used to distinguish one menu from another, so that we trigger
16+
// a resize when the menu contents have changed.
1517
id,
1618
left: incomingLeft,
1719
menuItems,

website/docs/Features/accessLibraries.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ You can use the Libraries pane to delete a table, drag and drop tables into your
1212

1313
When viewing table data, you have the following options available for each column (accessible by hovering over a column and clicking the menu button):
1414

15+
- Column pinning: Each column can be pinned to the left or the right of the data viewer to have an always on-screen view of important columns.
1516
- 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.
1617
- Properties: Clicking properties will reveal the properties for the specific column chosen.
1718

0 commit comments

Comments
 (0)