I have been trying to migrate all my Javascript initialization into HTML5 properties. Sadly there is very limited reference to do so. Just this:
DataTables example - HTML5 data-* attributes - cell data
DataTables example - HTML5 data-* attributes - table options
Would someone have a real reference? I am indeed trying to use (among other things) the equivalent of
columnDefs: [
{ targets: [3, 4], className: 'text-center'}
],
language:{
url: 'myi18npath'
},
"stripeClasses": [],