How do I initialise specific tables without the search filter and length select menu?
Apparently it can be done with the sDom option, but the documentation is pretty bad and I can't understand exactly what I am supposed to do.
You can set to false such properties during initialization of datatable:
"bFilter" : false,
"bLengthChange": false