From 3d46f7b7dd5f8c0c45e06a0416657b194956f4c9 Mon Sep 17 00:00:00 2001 From: Yuksel Beyti Date: Mon, 6 Jun 2016 20:54:15 +0200 Subject: [PATCH] Fixed example usage --- sorting/turkish-string.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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' } + * ] * }); */