☝️Small business or a startup? See if you qualify for our special offer.
+
All documentation
  • API Reference for older versions
  • drillthroughclose

    [starting from version: 2.8]

    It is triggered when the drill-through view is closed. To know when the drill-through view is opened, use the drillthroughopen event.

    Example

    pivot.on('drillthroughclose', function() {
    alert("The drill-through view is closed!");
    });

    See also

    drillthroughopen