I've been trying to see if this is even possible, so let me explain what I'm looking for.
I have a basic table that I'm making sortable with jQuery DataTables, no custom options, just the simple basic initialization.
$("#myTable").DataTable();
Is there a way that I connect myTable to a select form element, and have the table be sortable by that select dropdown ONLY?