Add missing doc block

pull/384/head 1.10.18
Allan Jardine 6 years ago
parent 732c809292
commit 920c7b45c0

@ -1,3 +1,18 @@
/**
* This plug-in provides locale aware sorting for Czech.
*
* @name Czech
* @summary Sort locale aware sorting for Czech.
* @author
*
* @example
* $('#example').dataTable( {
* columnDefs: [
* { type: 'czech', targets: 0 }
* ]
* } );
*/
$.extend( $.fn.dataTableExt.oSort, {
"czech-pre": function ( a ) {
var special_letters = {

Loading…
Cancel
Save