This commit is contained in:
Ross
2022-01-07 10:41:33 +00:00
parent eadadeba40
commit 0d6f8453d7
+2 -1
View File
@@ -203,7 +203,8 @@ jQuery.fn.dataTable.render.ellipsis = function ( cutoff, wordbreak, escapeHtml )
$("table").DataTable({ $("table").DataTable({
columnDefs: [ { columnDefs: [ {
targets: [6,7,8,9,10], targets: [6,7,8,9,10],
render: $.fn.dataTable.render.ellipsis( 17, true ) render: $.fn.dataTable.render.ellipsis( 17, true ),
"paging": false
} ] } ]
}); });