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
{{ message }}
This repository was archived by the owner on Jun 6, 2026. It is now read-only.
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]}]});});
Is it possible to use more advanced options like this code:
At the moment it collides with twig.