Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 809 Bytes

File metadata and controls

25 lines (17 loc) · 809 Bytes
sidebar_label remove()
title JavaScript DataCollection - remove Method
description You can explore the remove method of DataCollection in the documentation of the DHTMLX JavaScript UI library. Browse developer guides and API reference, try out code examples and live demos, and download a free 30-day evaluation version of DHTMLX Suite.

remove()

@short: deletes the specified item from the component

@signature: {'remove(id: (string | number) | (string | number)[]): void;'}

@params:

  • id: string | string[] - the ids of the items that should be deleted

@example: component.data.remove("2"); //or component.data.remove(["2", "4"]);

@descr:

Related sample: Data. Remove