Skip to content

Instantly share code, notes, and snippets.

@ilyasozkurt
Created February 23, 2023 11:58
Show Gist options
  • Save ilyasozkurt/380a85847cb6a28d97688385bff51893 to your computer and use it in GitHub Desktop.
Save ilyasozkurt/380a85847cb6a28d97688385bff51893 to your computer and use it in GitHub Desktop.
const table = document.getElementById("myTable");
const tbody = table.querySelector("tbody");
const rowsPerPage = 2;
let currentPage = 0;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment