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 56d14e5 commit a1a09ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/extensions_listing.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,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 a1a09ee

Please sign in to comment.