Fixed example usage

pull/269/head
Yuksel Beyti 9 years ago
parent 7bbd26c7b6
commit 3d46f7b7dd

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

Loading…
Cancel
Save