I figured it out.
Javascript:
(function ($) {
$(document).ready(function () {
$('#Userslist').DataTable({"pageLength":200});
});
})(jQuery);
CSS:
.dataTables_wrapper {margin-right: 20px;}
.dataTables_wrapper .dataTables_filter {margin: 10px;}
.dataTables_wrapper .dataTables_length {display: none;}
.dataTables_wrapper .dataTables_paginate {display: none;}