You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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){returndata+' ('+row[3]+')';},"targets": 0},{"visible": false,"targets": [3]}]});});
At the moment it collides with twig.
The text was updated successfully, but these errors were encountered:
Is it possible to use more advanced options like this code:
At the moment it collides with twig.
The text was updated successfully, but these errors were encountered: