This commit is contained in:
Ross
2022-01-07 09:42:55 +00:00
parent 53a08d73b8
commit eadadeba40
3 changed files with 8 additions and 4 deletions
+1 -1
View File
@@ -202,7 +202,7 @@ jQuery.fn.dataTable.render.ellipsis = function ( cutoff, wordbreak, escapeHtml )
$("table").DataTable({
columnDefs: [ {
targets: [7,8,9,10,11],
targets: [6,7,8,9,10],
render: $.fn.dataTable.render.ellipsis( 17, true )
} ]
});