Skip to content

Commit

Permalink
Set default page length to 25 items
Browse files Browse the repository at this point in the history
  • Loading branch information
julianxhokaxhiu committed Jun 2, 2024
1 parent d25c202 commit 9bce2e3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,10 @@ <h1>7th Heaven Catalogs</h1>
</tr>`;
tableBody.append(row);
});
$('#catalog').DataTable({responsive: true});
$('#catalog').DataTable({
pageLength: 25,
responsive: true
});
}

function fetchDataFromUrls(urls) {
Expand Down

0 comments on commit 9bce2e3

Please sign in to comment.