Caplin Trader 4.8.0

Class: module:caplin/grid/decorator/ColumnHeaderMenuDecorator

module:caplin/grid/decorator/ColumnHeaderMenuDecorator

Constructor

new module:caplin/grid/decorator/ColumnHeaderMenuDecorator(config)

Constructs a caplin.grid.decorator.ColumnHeaderMenuDecorator instance — end-users will never need to do this themselves since grids are fully constructed based on their XML definition files by the module:caplin/grid/GridGenerator class.

The ColumnMenuDecorator adds a menu to each column that allows the user to add or remove columns as necessary. The columns that can be added or removed are controlled entirely from the XML configuration that is used to construct the module:caplin/grid/GridColumnModel. This includes whether a column is mandatory or not.

Parameters:
Name Type Description
config object config object
Properties
Name Type Attributes Description
columnSorting boolean <optional>
if present, forces the availability of the sort menu items.
Implements: