diff --git a/www/js/labca.js b/www/js/labca.js index bf412c7..e935a2e 100644 --- a/www/js/labca.js +++ b/www/js/labca.js @@ -297,7 +297,7 @@ $(function() { if ( $('.orders_list').length || $('.rel_orders_list').length ) { options["columnDefs"] = [ { - targets: 3, + targets: 2, render: $.fn.dataTable.render.ellipsis(15) } ]; }