@ -9,8 +9,8 @@
*
* @example
* $('#example').dataTable({
* 'aoColumns' : [
* {'sType' : 'turkish'}
* columnDefs: [
* { targets: '_all', type: 'turkish' }
* ]
* });
*/