Skip to content

Commit e92b39e

Browse files
committed
[fix] incorrect links to grid column properties pages
1 parent a1db45f commit e92b39e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/grid/api/api_gridcolumn_properties.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@ Click the name of the necessary property to see the details on its usage.
3333
| [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"` |
3434
| [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 |
3535
| [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 |
3838
| [template](grid/api/gridcolumn_properties/gridcolumn_template_property.md) | (optional) a function which returns a template with content for a cell |
3939
| [tooltip](grid/api/gridcolumn_properties/gridcolumn_tooltip_property.md) | (optional) enables/disables the header tooltip, or sets the configuration object with the tooltip settings |
4040
| [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 |
4242
| [width](grid/api/gridcolumn_properties/gridcolumn_width_property.md) | (optional) the width of a column, *100* by default |
4343

4444

0 commit comments

Comments
 (0)