$(document).ready(function() {
    $('.dropdown').dropdown();
    $('table#customer-list').tablesorter({ sortList: [[1,0]] });
});

