-
-
Save ilyasozkurt/380a85847cb6a28d97688385bff51893 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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