onSubViewClose

fires after a subview or a subrow is closed

void onSubViewClose(object id);
idobjectthe ID of the cell that starts a subview

Available only in PRO Edition

Example

datatable.attachEvent("onSubViewOpen", function(id){
    // code 
});

Details

The ID of the cell is an object with the following properties:

  • row - the ID of the related row;
  • column - the ID of the related column.
See also
Back to top
If you have not checked yet, be sure to visit site of our main product Webix javascript website framework and page of javascript excel reader product.