wpd_dataoutput_top

/* Add custom code to the top of the Details table */
add_action( 'wpd_dataoutput_after', 'acme_data_top' );
function acme_data_top() {
    // Place your custom code here
}