Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[update] broken link #3

Merged
merged 1 commit into from
Feb 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading