{"id":18459544,"url":"https://github.com/griddlegriddle/griddle-position-plugin","last_synced_at":"2025-07-11T11:34:29.309Z","repository":{"id":82010777,"uuid":"44885105","full_name":"GriddleGriddle/griddle-position-plugin","owner":"GriddleGriddle","description":"A plugin for partial rendering of data.","archived":false,"fork":false,"pushed_at":"2016-10-31T21:50:39.000Z","size":45,"stargazers_count":1,"open_issues_count":2,"forks_count":3,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-04-23T18:09:55.137Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/GriddleGriddle.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":"2015-10-24T21:12:49.000Z","updated_at":"2019-03-17T11:37:10.000Z","dependencies_parsed_at":null,"dependency_job_id":"d8e5a5e3-7545-433a-a49b-c9ac7d0f5d98","html_url":"https://github.com/GriddleGriddle/griddle-position-plugin","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/GriddleGriddle/griddle-position-plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GriddleGriddle%2Fgriddle-position-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GriddleGriddle%2Fgriddle-position-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GriddleGriddle%2Fgriddle-position-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GriddleGriddle%2Fgriddle-position-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GriddleGriddle","download_url":"https://codeload.github.com/GriddleGriddle/griddle-position-plugin/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GriddleGriddle%2Fgriddle-position-plugin/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264795560,"owners_count":23665241,"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":"2024-11-06T08:23:33.996Z","updated_at":"2025-07-11T11:34:29.287Z","avatar_url":"https://github.com/GriddleGriddle.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Griddle Position Plugin (BETA)\n\nThe position plugin allows you to add infinite scrolling and other position-specific functionality to the grid.\n\nInstall the plugin by running `npm install griddle-position-plugin` and add it to `plugins` property on Griddle with an optional config.\n\n```\nimport PositionPlugin from 'griddle-position-plugin';\n...\nconst optionalConfig = {...};\n\u003cGriddle ... plugins={[PositionPlugin(optionalConfig)]}\n```\n\n## Configuration\nOptional configuration values (and their defaults)\n```\nimport PositionPlugin from 'griddle-position-plugin';\n...\nconst settings = {\n  // The height of the table\n  tableHeight: 500,\n  // The width of the table\n  tableWidth: null,\n  // The minimum row height\n  rowHeight: 30,\n  // The minimum column width\n  defaultColumnWidth: null,\n  // Whether or not the header should be fixed\n  fixedHeader: true,\n  // Disable pointer events while scrolling to improve performance\n  disablePointerEvents: false\n};\n...\n\u003cGriddle data={data} plugins={[PositionPlugin(settings)]}/\u003e\n```\n\n## Planned Features\n1. Infinite column scrolling\n1. Column resizing\n1. Locked columns\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgriddlegriddle%2Fgriddle-position-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgriddlegriddle%2Fgriddle-position-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgriddlegriddle%2Fgriddle-position-plugin/lists"}