{"id":26472819,"url":"https://github.com/danisec/scroll-on-top-and-bottom-table","last_synced_at":"2025-10-05T01:24:17.068Z","repository":{"id":251732577,"uuid":"838279950","full_name":"danisec/scroll-on-top-and-bottom-table","owner":"danisec","description":"Scrollbar on top and bottom of table","archived":false,"fork":false,"pushed_at":"2024-08-05T13:19:38.000Z","size":20,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-08-06T12:15:36.538Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/danisec.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-08-05T10:16:58.000Z","updated_at":"2024-08-05T13:19:41.000Z","dependencies_parsed_at":"2024-08-05T12:28:39.199Z","dependency_job_id":null,"html_url":"https://github.com/danisec/scroll-on-top-and-bottom-table","commit_stats":null,"previous_names":["danisec/scroll-on-top-and-bottom-table"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danisec%2Fscroll-on-top-and-bottom-table","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danisec%2Fscroll-on-top-and-bottom-table/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danisec%2Fscroll-on-top-and-bottom-table/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danisec%2Fscroll-on-top-and-bottom-table/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/danisec","download_url":"https://codeload.github.com/danisec/scroll-on-top-and-bottom-table/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244513918,"owners_count":20464600,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-03-19T21:49:54.593Z","updated_at":"2025-10-05T01:24:16.972Z","avatar_url":"https://github.com/danisec.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Scrollbar On Top and Bottom of Table\n\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"resources/images/scrollbar-on-top-and-bottom-f-table.png\"\u003e\n\u003c/p\u003e\n\n## Table of Contents\n\n- [Steps Add Scrollbar On Top and Bottom of Table](#steps-add-scrollbar-on-top-and-bottom-of-table)\n- [Running Scrollbar On Top and Bottom of Table](#running-project-scroll-on-top-and-bottom-of-table)\n\n## Steps Add Scrollbar On Top and Bottom of Table\n\nYou can add a scrollbar on top and bottom of a table by using the following code:\n\nAdd this code above the table code.\n\n```html\n\u003cdiv id=\"wrapper-first-scroll\"\u003e\n  \u003cdiv id=\"div-scroll\"\u003e\u003c/div\u003e\n\u003c/div\u003e\n```\n\nAdd an id with the name wrapper-second-scroll to the table wrapper.\n\n```html\nid=\"wrapper-second-scroll\"\n```\n\nAdd the following CSS code to the style tag.\n\n```css\n#wrapper-first-scroll,\n#wrapper-second-scroll {\n  width: auto;\n  border: none 0px;\n  overflow-x: scroll;\n  overflow-y: hidden;\n}\n\n#wrapper-scroll {\n  height: auto;\n}\n\n#wrapper-second-scroll {\n  height: auto;\n}\n\n#div-scroll {\n  width: 550px;\n  height: 20px;\n}\n```\n\n### Running Project Scroll On Top and Bottom of Table\n\n```bash\nnpm install\n```\n\n```bash\nnpm build\n```\n\n## Reference\n\n- [Stackoverflow](https://stackoverflow.com/a/47038108)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanisec%2Fscroll-on-top-and-bottom-table","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdanisec%2Fscroll-on-top-and-bottom-table","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanisec%2Fscroll-on-top-and-bottom-table/lists"}