{"id":15380961,"url":"https://github.com/brrd/largetable","last_synced_at":"2026-02-24T11:01:09.718Z","repository":{"id":57289754,"uuid":"79448580","full_name":"brrd/largetable","owner":"brrd","description":"jQuery plugin to scroll in/maximize large tables","archived":false,"fork":false,"pushed_at":"2023-03-01T16:25:02.000Z","size":16,"stargazers_count":1,"open_issues_count":2,"forks_count":0,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-08-09T09:43:41.268Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/brrd.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2017-01-19T11:52:50.000Z","updated_at":"2023-05-31T14:14:42.000Z","dependencies_parsed_at":"2024-10-17T21:32:58.583Z","dependency_job_id":"d432b289-268e-4f25-b69d-fa3c97ec5534","html_url":"https://github.com/brrd/largetable","commit_stats":{"total_commits":28,"total_committers":1,"mean_commits":28.0,"dds":0.0,"last_synced_commit":"7a6e134a66c95cd46cf9bf06a805d5cd23e3a899"},"previous_names":["edinum/largetable"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/brrd/largetable","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brrd%2Flargetable","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brrd%2Flargetable/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brrd%2Flargetable/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brrd%2Flargetable/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/brrd","download_url":"https://codeload.github.com/brrd/largetable/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brrd%2Flargetable/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29780604,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-24T10:45:18.109Z","status":"ssl_error","status_checked_at":"2026-02-24T10:45:09.911Z","response_time":75,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":"2024-10-01T14:25:10.952Z","updated_at":"2026-02-24T11:01:09.653Z","avatar_url":"https://github.com/brrd.png","language":"JavaScript","readme":"# largetable\n\n\u003e jQuery plugin to scroll in/maximize large tables\n\n## Usage\n\nInstall with npm:\n\n```\n$ npm install largetable\n```\n\nThen include largetable files in the HTML:\n\n```html\n\u003c!-- largetable styles --\u003e\n\u003clink rel=\"stylesheet\" href=\"largetable.css\"\u003e\n\n\u003c!-- Include jQuery --\u003e\n\u003cscript src=\"node_modules/jquery/dist/jquery.min.js\"\u003e\u003c/script\u003e\n\n\u003c!-- Include largetable script --\u003e\n\u003cscript src=\"largetable.js\"\u003e\u003c/script\u003e\n```\n\n## Usage\n\nTrigger `largetable()` method on `table` elements:\n\n```javascript    \n$(\".your-text-container table\").largetable(options);\n```\n\n## Options\n\nThe following options are available:\n\n```javascript\nconst options = {\n  enableMaximize: false // Set it to true to enable table maximization.\n};\n```\n\n## Events\n\nThe following events are dispatched by the plugin:\n\n* `toggleMaximize`\n* `maximize`\n* `unmaximize`\n\nSee `demo.html` for more details.\n\n## License\n\nThe MIT License (MIT) - Copyright (c) 2019 Thomas Brouard (Edinum.org)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrrd%2Flargetable","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbrrd%2Flargetable","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrrd%2Flargetable/lists"}