From 02a9cc8a1bea31c3c38959439ae4f374df3e4add Mon Sep 17 00:00:00 2001 From: Masha_Rudenko Date: Fri, 20 Oct 2023 14:43:17 +0300 Subject: [PATCH] [update] remove incorrect statement from grid autoheight page --- docs/grid/api/grid_autoheight_config.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/grid/api/grid_autoheight_config.md b/docs/grid/api/grid_autoheight_config.md index f56e6ece..b01499d4 100644 --- a/docs/grid/api/grid_autoheight_config.md +++ b/docs/grid/api/grid_autoheight_config.md @@ -47,7 +47,6 @@ const grid = new dhx.Grid("grid", { - you can also specify `htmlEnable:true` in the configuration object of Grid - `htmlEnable: true` allows calculating the content of simple HTML templates by excluding HTML markup and calculating internal content - in case of complex HTML data, usage of the **autoHeight** config may lead to incorrect size calculations -- the enabled **autoHeight** config adjusts the height of the cells taking into account the [template](grid/api/api_gridcolumn_properties.md) added to cells @changelog: added in v7.1