Skip to content

Commit

Permalink
Merge pull request #3 from DHTMLX/next
Browse files Browse the repository at this point in the history
[update] broken link
  • Loading branch information
mafanya23 authored Feb 13, 2024
2 parents 03e70a6 + 81ea343 commit 77bf5c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/combobox/api/combobox_newoptions_config.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion docs/grid/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ You can filter grid data by the specified criteria with the help of the `filter(
</tr>
<tr>
<td><b>config</b></td>
<td>(<i>object</i>) optional, an object with the following properties:<ul><li><b>id</b> (<i>string</i>) - optional, the id of the filter</li><li><b>add</b> (<i>boolean</i>) defines whether each next filtering will be applied to the already filtered data (<i>true</i>), or to the initial data (<i>false</i>, default)</li><li><b>permanent</b> (<i>boolean</i>) - optional, <i>true</i> to make the current filter permanent. It will be applied even if the next filtering doesn't have the <b>add:true</b> property in its configuration object. Such a filter can be removed just with the resetFilter() method</li><li><b>smartFilter</b> (<i>boolean</i>) defines whether a filtering rule will be applied after adding and editing items of the collection. <b>Deprecated since v8.2</b> (check <a href="migration.md/#81--82">Migration to newer versions</a>) and replaced with the <b>permanent</b> property (see below)</li></ul></td>
<td>(<i>object</i>) optional, an object with the following properties:<ul><li><b>id</b> (<i>string</i>) - optional, the id of the filter</li><li><b>add</b> (<i>boolean</i>) defines whether each next filtering will be applied to the already filtered data (<i>true</i>), or to the initial data (<i>false</i>, default)</li><li><b>permanent</b> (<i>boolean</i>) - optional, <i>true</i> to make the current filter permanent. It will be applied even if the next filtering doesn't have the <b>add:true</b> property in its configuration object. Such a filter can be removed just with the resetFilter() method</li><li><b>smartFilter</b> (<i>boolean</i>) defines whether a filtering rule will be applied after adding and editing items of the collection. <b>Deprecated since v8.2</b> (check <a href="../migration/#81---82">Migration to newer versions</a>) and replaced with the <b>permanent</b> property (see below)</li></ul></td>
</tr>
</tbody>
</table>
Expand Down

0 comments on commit 77bf5c5

Please sign in to comment.