
        // DEFAULT SORTING
        // In many cases this can be good enough. It will auto detect types between numeric and text and sort appropriately.
        $(document).ready(defaultSorter);
        function defaultSorter() {
            $("#datatable").tablesorter();
        }

