Fix: turkish-string sort plugin example

pull/469/head
kfk 5 years ago
parent fb9eeae479
commit 176cf29f13

@ -11,7 +11,7 @@
* // Use plug-in for all columns * // Use plug-in for all columns
* $('#example').dataTable({ * $('#example').dataTable({
* columnDefs: [ * columnDefs: [
* { type: 'turkish'. targets: '_all' } * { type: 'turkish', targets: '_all' }
* ] * ]
* }); * });
*/ */

Loading…
Cancel
Save