diff --git a/docs/img/data_controller.png b/docs/img/data_controller.png new file mode 100644 index 0000000..ea2196f Binary files /dev/null and b/docs/img/data_controller.png differ diff --git a/docs/img/macroLogo.png b/docs/img/macroLogo.png new file mode 100644 index 0000000..0753195 Binary files /dev/null and b/docs/img/macroLogo.png differ diff --git a/docs/viewboxes.md b/docs/viewboxes.md new file mode 100644 index 0000000..8bdb9be --- /dev/null +++ b/docs/viewboxes.md @@ -0,0 +1,28 @@ +--- +layout: article +title: ViewBoxes +description: Position up to 6 additional tables alongside your main EDIT or VIEW grid in Data Controller for SASĀ® +--- + +> COMING SOON + +# ViewBoxes + +Often when editing (or examining) raw data, it is helpful to see it alongside related information in other tables. With ViewBoxes you can align up to 6 other tables in front of your main grid, in both the VIEW and EDIT menu. + +Each individual viewbox has the following features: + +* Choose the columns to display (and which order) +* Resize individual boxes (or reset to original) +* Full filtering capability (complex clauses) +* Minimise / Restore all, or individually +* Reposition - manually, or snap to grid +* Open in Editor (if an editable table) +* Primary Key highlighting +* Frontend sorting +* Search all data +* Open in Viewer + + +All of the above information (except search and frontend sort) is stored in the URL - so you can share a link to a complex ViewBox setup with a colleague, who can then open the same view of the data. + diff --git a/mkdocs.yml b/mkdocs.yml index ce4b363..b6349a8 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -11,6 +11,7 @@ nav: - Filter Mechanism: filter.md - Locking Mechanism: locking-mechanism.md - Table Viewer: dcu-tableviewer.md + - ViewBoxes: viewboxes.md - Admin Services: admin-services.md - Table Guide: - MPE_AUDIT: tables/mpe_audit.md