Class: DataGridProviderRemoveEvent

Oracle® JavaScript Extension Toolkit (JET)
15.1.0

F83698-01

Since:
  • 11.0.0
Module:
  • ojdatagridprovider

QuickNav

Fields

Description

Class for creating remove events used for communicating row or column removal to the DataGrid.

Only entire rows/columns can be removed. To clear cells use the DataGridProviderUpdateEvent.

Note that both rows and columns cannot be removed in the same remove event.


Usage

Typescript Import Format
//To import this class, use the format below.
import {DataGridProviderRemoveEvent} from "ojs/ojdatagridprovider";

For additional information visit:


Constructor

new DataGridProviderRemoveEvent(detail)

Class for creating remove events used for communicating row or column removal to the DataGrid.

Only entire rows/columns can be removed. To clear cells use the DataGridProviderUpdateEvent.

Note that both rows and columns cannot be removed in the same remove event.

Parameters:
Name Type Description
detail DataGridProviderRemoveOperationEventDetail the event detail

Fields

detail :DataGridProviderRemoveOperationEventDetail

Remove event details.
Since:
  • 11.0.0

type :'remove'

Since:
  • 11.0.0