diff --git a/sorting/turkish-string.js b/sorting/turkish-string.js index e2d570a..0ede132 100644 --- a/sorting/turkish-string.js +++ b/sorting/turkish-string.js @@ -9,9 +9,9 @@ * * @example * $('#example').dataTable({ - * 'aoColumns' : [ - * {'sType' : 'turkish'} - * ] + * columnDefs: [ + * { targets: '_all', type: 'turkish' } + * ] * }); */