I attached DataTable to one of my tables in application:
var productList = $("#productList").DataTable({});
Unfortunately it completely reorganized my table. It changed the way it looked and added some more unnecessary (for now) buttons.
I need only one particular feature of DataTables for now - KeyTable. Is it possible to disable by default all features that comes with DataTables? Then, I would enable only those that I need right now.