Merge pull request #469 from hellokfk/fix-turkish-string-sort-plugin

Fix: turkish-string sort plugin example
pull/470/head
Allan Jardine 5 years ago committed by GitHub
commit 3f380dc9f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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