You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/grid/api/api_gridcolumn_properties.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -33,12 +33,12 @@ Click the name of the necessary property to see the details on its usage.
33
33
|[options](grid/api/gridcolumn_properties/gridcolumn_options_property.md)| (optional) specifies a set of options to be displayed in the editor of a cell. It is required if you specify `editorType:"select"/"combobox"/"multiselect"`|
34
34
|[patternMask](grid/api/gridcolumn_properties/gridcolumn_patternmask_property.md)| (optional) sets an input mask for entering number and string values according to a special pattern |
35
35
|[resizable](grid/api/gridcolumn_properties/gridcolumn_resizable_property.md)| (optional) defines whether a column can be resized, *false* by default |
36
-
|[sortable](grid/api/gridcolumn_properties/gridcolumn_resizable_property.md)| (optional) defines whether a column is sortable, *true* by default |
37
-
|[summary](grid/api/gridcolumn_properties/gridcolumn_closable_property.md)| (optional) creates the list of calculated values based on the column's data. The defined list is available only at the column's level |
36
+
|[sortable](grid/api/gridcolumn_properties/gridcolumn_sortable_property.md)| (optional) defines whether a column is sortable, *true* by default |
37
+
|[summary](grid/api/gridcolumn_properties/gridcolumn_summary_property.md)| (optional) creates the list of calculated values based on the column's data. The defined list is available only at the column's level |
38
38
|[template](grid/api/gridcolumn_properties/gridcolumn_template_property.md)| (optional) a function which returns a template with content for a cell |
39
39
|[tooltip](grid/api/gridcolumn_properties/gridcolumn_tooltip_property.md)| (optional) enables/disables the header tooltip, or sets the configuration object with the tooltip settings |
40
40
|[tooltipTemplate](grid/api/gridcolumn_properties/gridcolumn_tooltiptemplate_property.md)| (optional) a function which returns a template for the content of the tooltip |
41
-
|[type](grid/api/gridcolumn_properties/gridcolumn_footer_property.md)| (optional) the type of a column |
41
+
|[type](grid/api/gridcolumn_properties/gridcolumn_type_property.md)| (optional) the type of a column |
42
42
|[width](grid/api/gridcolumn_properties/gridcolumn_width_property.md)| (optional) the width of a column, *100* by default |
0 commit comments