'use strict'; $(document).on('page_ready', function() { var tableOptions = {}; if (args.isAdmin) { tableOptions.buttons = [ { extend: 'colvis' }, { text: '', action: function (e, dt, node, config) { extractEmailAddresses(dt, '.name', false); } } ]; } makeDataTable('#registrants', tableOptions); });