Skip to content

Commit 3e20c3e

Browse files
(DOCSP-14432)(DOCSP-14431): Pin/unpin Group & Row Total columns (#468)
* (DOCSP-14432)(DOCSP-14431): Pin/unpin Group & Row Total columns * Copy review
1 parent f962093 commit 3e20c3e

File tree

2 files changed

+36
-2
lines changed

2 files changed

+36
-2
lines changed

source/chart-type-reference/data-table.txt

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,13 +108,36 @@ Wrap Text
108108
~~~~~~~~~
109109

110110
You can wrap text that does fit in a single data cell across multiple
111-
lines.. This setting is off by default. To turn it on:
111+
lines. This setting is off by default. To turn it on:
112112

113113
1. Select the :guilabel:`Customize` tab of the Chart Builder.
114114
#. Expand the :guilabel:`Fields` section.
115115
#. Select your desired field from the dropdown menu.
116116
#. Toggle the :guilabel:`Wrap Text` switch to enable this feature.
117117

118+
.. _pin-columns:
119+
120+
Pin Columns
121+
~~~~~~~~~~~
122+
123+
You can pin :guilabel:`Group` and :guilabel:`Row Total` columns to the
124+
side of the data table. A pinned column remains fixed in place while the
125+
rest of the table scrolls.
126+
127+
To pin a column, hover over the column you want to pin and click the
128+
:icon-fa5:`map-pin` button in the column header. The :icon-fa5:`map-pin`
129+
button toggles on and the column pins to the side of the data table:
130+
131+
- A :guilabel:`Group` column pins to the left of any unpinned
132+
columns.
133+
- The :guilabel:`Row Total` column pins to the right of any
134+
unpinned columns.
135+
136+
To unpin a column, click the :icon-fa5:`map-pin` button in the header of
137+
the column you want to unpin. The :icon-fa5:`map-pin` button toggles off
138+
and if the column is a :guilabel:`Group` column, it moves to the right
139+
of any pinned :guilabel:`Group` columns.
140+
118141
Examples
119142
--------
120143

source/chart-type-reference/data-table/reorder-columns.txt

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,21 @@ Builder </build-charts>`.
1919
Behavior
2020
--------
2121

22-
When a user reorders data table columns and saves the
22+
When you reorder data table columns and save the
2323
chart, |charts| saves the specified order as part of the chart
2424
definition. All |charts-short| users will see the new column order.
2525

26+
Pinned Columns
27+
~~~~~~~~~~~~~~
28+
29+
If you reorder a :guilabel:`Group` column in a data table that has
30+
:ref:`pinned columns <pin-columns>`, the following behaviors apply:
31+
32+
- If the column to the right of the destination is pinned,
33+
the reordered column is pinned.
34+
- If the column to the left of the destination is unpinned,
35+
the reordered column is unpinned.
36+
2637
Procedure
2738
---------
2839

0 commit comments

Comments
 (0)