You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,6 +70,7 @@ Parse Dashboard is a standalone dashboard for managing your [Parse Server](https
70
70
-[Audio Item](#audio-item)
71
71
-[Button Item](#button-item)
72
72
-[Panel Item](#panel-item)
73
+
-[Freeze Columns](#freeze-columns)
73
74
-[Browse as User](#browse-as-user)
74
75
-[Change Pointer Key](#change-pointer-key)
75
76
-[Limitations](#limitations)
@@ -1154,6 +1155,12 @@ Example:
1154
1155
}
1155
1156
```
1156
1157
1158
+
### Freeze Columns
1159
+
1160
+
▶️ *Core > Browser > Freeze column*
1161
+
1162
+
Right-click on a table column header to freeze columns from the left up to the clicked column in the data browser. When scrolling horizontally, the frozen columns remain visible while the other columns scroll underneath.
0 commit comments