ellipsis fix for aoColumnDefs

ellipsis fix for aoColumnDefs

meneleyhmeneleyh Posts: 3Questions: 2Answers: 0

"aoColumnDefs": [ { bVisible: false, aTargets: [ 2 ] }, { bVisible: false, aTargets: [ 4 ] }, { bVisible: false, aTargets: [ 11 ] } ], "columnDefs": [ { targets: [5, 12], render: $.fn.dataTable.render.ellipsis(40) } ],

This does not work, but if I remove aoColumnDefs section, it does work. Any solutions?
Have already tried order change.

This question has an accepted answers - jump to answer

Answers

Sign In or Register to comment.