-
-
Notifications
You must be signed in to change notification settings - Fork 315
column hiding for english
Hide the column or make it visible again.
If more than one column is hidden, the
columns
property ofPlutoGridStateManager
cannot access the hidden columns.
If there is a [A, B, C] column, if column A is hidden, the return value ofcolumns.first
is B, not A.
All columns must be accessed withrefColumns.originalList
.
So, with column A hidden,refColumns.originalList.first
returns A.
Hide the column by tapping on
Hide column
.
If you tap on
Set columns
, a popup that allows you to hide or show columns is called.
You can hide or show the column by checking or clearing the check box in front of the column title in the pop-up.
You can hide or show columns by calling
hideColumn
ofPlutoGridStateManager
.
When calling
showSetColumnsPopup
ofPlutoGridStateManager
, a popup that can hide or show columns is called.
You can hide or show the column by checking or clearing the check box in front of the column title in the pop-up.
The latest documentation will be updated at the link below.
https://pluto.weblaze.dev/