{"id":18909024,"url":"https://github.com/chdh/virtual-grid-layout","last_synced_at":"2025-04-15T05:32:26.692Z","repository":{"id":57392844,"uuid":"195133819","full_name":"chdh/virtual-grid-layout","owner":"chdh","description":"A virtual grid layout controller for HTML/DOM","archived":false,"fork":false,"pushed_at":"2019-08-21T19:13:19.000Z","size":38,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2024-09-19T09:42:15.236Z","etag":null,"topics":["grid","table","virtual-grid"],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/chdh.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-07-03T22:26:23.000Z","updated_at":"2023-04-21T06:43:53.000Z","dependencies_parsed_at":"2022-09-26T16:51:04.655Z","dependency_job_id":null,"html_url":"https://github.com/chdh/virtual-grid-layout","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chdh%2Fvirtual-grid-layout","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chdh%2Fvirtual-grid-layout/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chdh%2Fvirtual-grid-layout/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chdh%2Fvirtual-grid-layout/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chdh","download_url":"https://codeload.github.com/chdh/virtual-grid-layout/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223661032,"owners_count":17181592,"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":["grid","table","virtual-grid"],"created_at":"2024-11-08T09:30:13.062Z","updated_at":"2024-11-08T09:30:13.688Z","avatar_url":"https://github.com/chdh.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# virtual-grid-layout - A Virtual grid layout controller\n\nThis module provides a virtual grid layout controller for HTML/DOM.\n\nFeatures:\n\n* Support for very large grids with rows and columns of varying height and width.\n* As measuring the individual row heights may be time-consuming, only the sizes of the visible cells need to be determined.\n  The scroll position is based on row/column indexes instead of absolute pixel coordinates.\n* Each layout controller instance manages only a single contiguous grid.\n  Additional parallel synchronized grids may be used for e.g. header cells or row prefixes.\n* Scrollbars are not included, because browser-generated scrollbars are not suitable to navigate large virtual grids.\n  Instead the higher application layers should use scrollbar widgets.\n* Sub-grids can be implemented through macro cells.\n* The layout controller is style-agnostic. Styling must be done in the higher application layers.\n* The Layout Controller's purpose is limited to controlling the virtual layout by rendering the visible grid cells.\n  User interaction must also be done in the higher application layers.\n* There are two additional modules that assist with user interaction:\n  `GridScroll` for scrolling and `GridResize` for resizing row heights and column widths.\n\n**Online demo**: [www.source-code.biz/snippets/typescript/virtualGridLayout](http://www.source-code.biz/snippets/typescript/virtualGridLayout)\u003cbr\u003e\n**NPM package**: [virtual-grid-layout](https://www.npmjs.com/package/virtual-grid-layout)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchdh%2Fvirtual-grid-layout","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchdh%2Fvirtual-grid-layout","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchdh%2Fvirtual-grid-layout/lists"}