Interface DataTableEvents

Events fired by a data table.

interface DataTableEvents {
    destroyed: void;
}

Properties

Properties

destroyed: void

Emitted when the data table is destroyed.

Generated using TypeDoc