Good afternoon,
Sometimes the files containing the Datatable Editor jQuery can get very long. I would like to be able to split them into files that could contain properties like "language" and call them from the main file:
$('#titulo_tbl').DataTable( {
"language": {}
The question is, in your experience, what is the most appropriate way to do it?
Thanks.
All the best