Created
July 13, 2021 09:37
-
-
Save slav123/cd84a3e656db65da0b77c67d67e02a17 to your computer and use it in GitHub Desktop.
datatables defs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"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