Name Position Office Age Start date Salary
Name Position Office Age Start date Salary
Tiger Nixon System Architect Edinburgh 61 2011/04/25 $320,800
Garrett Winters Accountant Tokyo 63 2011/07/25 $170,750
Ashton Cox Junior Technical Author San Francisco 66 2009/01/12 $86,000
Cedric Kelly Senior Javascript Developer Edinburgh 22 2012/03/29 $433,060
Airi Satou Accountant Tokyo 33 2008/11/28 $162,700
$(document).ready(function () { var table = $('#example').DataTable({ "lengthMenu": [5, 10, 50, 100], "pageLength": 50, "scrollX": true, dom: 'Bfrtip', buttons: [{ extend: 'excelHtml5', text: 'Export All', exportOptions: { columns: ':visible:not(.not-exported)' }, title: 'Data export' }, { extend: 'excelHtml5', text: 'Export selected', exportOptions: { columns: ':visible:not(.not-exported)', modifier: { selected: true } }, title: 'Data export' } ], select: { style: 'multi' } }); });