-
Notifications
You must be signed in to change notification settings - Fork 70
Open
Description
Is it possible to use more advanced options like this code:
$(document).ready(function() {
$('#example').DataTable( {
"columnDefs": [
{
// The `data` parameter refers to the data for the cell (defined by the
// `data` option, which defaults to the column being worked with, in
// this case `data: 0`.
"render": function ( data, type, row ) {
return data +' ('+ row[3]+')';
},
"targets": 0
},
{ "visible": false, "targets": [ 3 ] }
]
} );
} );At the moment it collides with twig.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels