diff --git a/docs/combobox/api/combobox_newoptions_config.md b/docs/combobox/api/combobox_newoptions_config.md
index 54c419b0..abb9c384 100644
--- a/docs/combobox/api/combobox_newoptions_config.md
+++ b/docs/combobox/api/combobox_newoptions_config.md
@@ -15,7 +15,7 @@ description: You can explore the data config of Combo Box in the documentation o
@example:
const combobox = new dhx.Combobox("combo_container", {
multiselection: true,
- newOptions: true
+ newOptions: true
});
@descr:
diff --git a/docs/grid/usage.md b/docs/grid/usage.md
index 20ed92ed..c3e0a560 100644
--- a/docs/grid/usage.md
+++ b/docs/grid/usage.md
@@ -273,7 +273,7 @@ You can filter grid data by the specified criteria with the help of the `filter(
config |
- (object) optional, an object with the following properties:- id (string) - optional, the id of the filter
- add (boolean) defines whether each next filtering will be applied to the already filtered data (true), or to the initial data (false, default)
- permanent (boolean) - optional, true to make the current filter permanent. It will be applied even if the next filtering doesn't have the add:true property in its configuration object. Such a filter can be removed just with the resetFilter() method
- smartFilter (boolean) defines whether a filtering rule will be applied after adding and editing items of the collection. Deprecated since v8.2 (check Migration to newer versions) and replaced with the permanent property (see below)
|
+ (object) optional, an object with the following properties:- id (string) - optional, the id of the filter
- add (boolean) defines whether each next filtering will be applied to the already filtered data (true), or to the initial data (false, default)
- permanent (boolean) - optional, true to make the current filter permanent. It will be applied even if the next filtering doesn't have the add:true property in its configuration object. Such a filter can be removed just with the resetFilter() method
- smartFilter (boolean) defines whether a filtering rule will be applied after adding and editing items of the collection. Deprecated since v8.2 (check Migration to newer versions) and replaced with the permanent property (see below)
|