Skip to content

Commit

Permalink
Force text renderen in datatables
Browse files Browse the repository at this point in the history
  • Loading branch information
bochoven committed Mar 4, 2020
1 parent 7c5ba32 commit 298a5c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/munkiinfo_listing.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@

$('.table th').map(function(){

columnDefs.push({name: $(this).data('colname'), targets: col});
columnDefs.push({name: $(this).data('colname'), targets: col, render: $.fn.dataTable.render.text()});

if($(this).data('sort')){
mySort.push([col, $(this).data('sort')])
Expand Down

0 comments on commit 298a5c1

Please sign in to comment.