Vue CardView - columnChooser
Configures the column chooser.
allowSearch
Use search.enabled
instead.
Specifies whether searching is enabled in the column chooser.
container
Specifies a container in which the column chooser should be rendered.
enabled
Specifies whether a user can open the column chooser.
When this property is set to true, a user can open the column chooser with a click on the "Column Chooser" icon. Otherwise, this icon is hidden, but you still can open the column chooser from code by calling the showColumnChooser() method.
mode
Specifies how a user manages columns using the column chooser.
In drag and drop mode, a user moves column headers to and from the column chooser by drag and drop. In select mode, the user selects column headers in the column chooser using check boxes. The select mode is designed primarily for touch-enabled devices. On mouse-equipped platforms, either mode is suitable.
searchTimeout
Use search.timeout
instead.
Specifies a delay in milliseconds between when a user finishes typing in the column chooser's search panel, and when the search is executed.
selection
Configures column selection functionality within the column chooser.
sortOrder
Specifies the sort order of column headers.
If not set, the order is the same as in the columns[] array.
If you have technical questions, please create a support ticket in the DevExpress Support Center.