$("#v-table").DataTable({ "pagingType": "simple", "initComplete": function() { $("#v-table").find("tbody tr:eq(0)").trigger("click"); } });