Skip to content

Instantly share code, notes, and snippets.

@slav123
Created July 13, 2021 09:37
Show Gist options
  • Save slav123/cd84a3e656db65da0b77c67d67e02a17 to your computer and use it in GitHub Desktop.
Save slav123/cd84a3e656db65da0b77c67d67e02a17 to your computer and use it in GitHub Desktop.
datatables defs
"columnDefs": [
{"className": 'nowrap', 'targets': [0, 1, 4]},
{"className": 'text-right', 'targets': [10, 11, 13, 14, 15, 16, 21, 23]},
// {"render": $.fn.dataTable.render.moment( 'Do MMM YYYY' , 'YYYY-MM-DD' ), 'targets' : [8]}
],
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment