Fix: Incorrect example for Turkish sorting plug-in

pull/345/head
Allan Jardine 7 years ago
parent 2eec261258
commit dd92884ce7

@ -8,9 +8,10 @@
* @author [Yuksel Beyti](http://yukselbeyti.com) * @author [Yuksel Beyti](http://yukselbeyti.com)
* *
* @example * @example
* // Use plug-in for all columns
* $('#example').dataTable({ * $('#example').dataTable({
* 'aoColumns' : [ * columnDefs: [
* {'sType' : 'turkish'} * { type: 'turkish'. targets: '_all' }
* ] * ]
* }); * });
*/ */

Loading…
Cancel
Save