Interface for a class GanttColumn
boolean
If allowEditing
set to false, then it disables editing of a particular column.
By default all columns are editable.
boolean
If allowFiltering
set to false, then it disables filtering option and filter bar element of a particular column.
By default all columns are filterable.
boolean
If allowReordering
set to false, then it disables reorder of a particular column.
By default all columns can be reorder.
boolean
If allowResizing
is set to false, it disables resize option of a particular column.
By default all the columns can be resized.
boolean
If allowSorting
set to false, then it disables sorting option of a particular column.
By default all columns are sortable.
ClipMode
Defines the overflow mode for cell content. The available modes are:
Clip
- Truncates the cell content when it overflows its area.Ellipsis
- Displays an ellipsis when the cell content overflows its area.EllipsisWithTooltip
- Displays an ellipsis when the cell content overflows its area, and shows a tooltip on hover over the ellipsis. { : }
The CSS styles and attributes of the content cells of a particular column can be customized.
boolean
If disableHtmlEncode
is set to true, it disables HTML encoding for the content of specific column.
boolean
If displayAsCheckBox
is set to true, it displays the column value as a check box instead of Boolean value.
IEditCell
Defines the IEditCell
object to customize default edit cell.
string
Defines the type of component used for editing the field.
string
Defines the field name of column which is mapped with mapping name of DataSource.
The field
name must be a valid JavaScript identifier,
the first character must be an alphabet and should not contain spaces and special characters.
IFilter
It is used to customize the default filter options for a specific columns.
string
| NumberFormatOptions
| DateFormatOptions
It is used to change display value with the given format and does not affect the original data.
Gets the format from the user which can be standard or custom
number
and date
formats.
Object
| Function
| IGanttCellFormatter
Defines the method which is used to achieve custom formatting from an external function. This function triggers before rendering of each cell.
string
| Function
Defines the header template as string or HTML element ID which is used to add customized element in the column header.
string
Defines the header text of column which is used to display in column header.
If headerText
is not defined, then field name value will be assigned to header text.
TextAlign
Define the alignment of column header which is used to align the text of column header.
string
Column visibility can change based on Media Queries
.
hideAtMedia
accepts only valid Media Queries.
boolean
If isPrimaryKey
is set to true, considers this column as the primary key constraint.
string
| number
Defines the maximum width of the column in pixel or percentage, which will restrict resizing beyond this pixel or percentage.
string
| number
Defines the minimum width of the column in pixels or percentage.
SortComparer
| string
Defines the sort comparer property.
string
| Function
Defines the column template that renders customized element in each cell of the column. It accepts either template string or HTML element ID.
TextAlign
Defines the alignment of the column in both header and content cells.
Object
Defines validation rules for data before creating or updating records. The rules are used to ensure that data meets specific criteria before it is saved or updated.
ValueAccessor
| string
Defines the method used to apply custom cell values from external function and display this on each cell rendered.
boolean
If visible
is set to false, hides the particular column. By default, columns are displayed.
string
| number
Defines the width of the column in pixels or percentage.