$(document).ready(function() {
		$('#objednavky_zoznam').dataTable({
        "bStateSave": true,
        "iCookieDuration": "3600",
        "sPaginationType": "full_numbers",
        "bSort": false,
        "aaSorting": [[ 0, "desc" ]]
        }); 
});
