Optional
autoOptional
disableIf true
, the Reset
button will not be disabled
Optional
disableIf true
, the Show/Hide all
toggle checkbox will not be displayed.
Optional
getReturns the list of togglable columns. If used, only those columns will be displayed in the panel which are passed as the return value of the function.
The ColDef
list of all columns.
The list of togglable columns' field names.
Optional
searchOptional
searchOptional
sortOptional
toggleChanges the behavior of the Show/Hide All
toggle when the search field is used:
all
: Will toggle all columns.filteredOnly
: Will only toggle columns that match the search criteria.
If
true
, the column search field will be focused automatically. Iffalse
, the first column switch input will be focused automatically. This helps to avoid input keyboard panel to popup automatically on touch devices.