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)
*
* @example
* // Use plug-in for all columns
* $('#example').dataTable({
* 'aoColumns' : [
* {'sType' : 'turkish'}
* columnDefs: [
* { type: 'turkish'. targets: '_all' }
* ]
* });
*/

Loading…
Cancel
Save