Class: ColumnModel

ko.grid. ColumnModel

new ColumnModel(optionsopt)

base model for grid column
Parameters:
Name Type Attributes Description
options String | Object <optional>
when object: overridable settings; when string: fills title
Properties
Name Type Attributes Description
name String <optional>
identification value
title String <optional>
display name
type String <optional>
editor type information (useful for comboboxes, etc)
template String <optional>
cell rendering template
control Boolean <optional>
is control column
Source: