This was a question that was previously asked:
How can I implement CSS table sorting based on different headings in the table?
and this was the accepted solution:
$("#<ID_OF_YOUR_TABLE").dataTable();
Here is a working fiddle with the solution:
Now, my question is:
How can I remove elements like "show xxx entries," search bar, "Showing 1 to 3 of 3 entries," and "previous" and "next" buttons from this fiddle?
EDIT: Additionally, how can I display all entries (150) on one page only?