.
This commit is contained in:
@@ -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 )
|
||||
} ]
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user