{"id":23314848,"url":"https://github.com/dojo/dojo1-dgrid","last_synced_at":"2025-12-17T19:03:47.210Z","repository":{"id":46714882,"uuid":"966614","full_name":"dojo/dojo1-dgrid","owner":"dojo","description":"A lightweight, mobile-ready, data-driven, modular grid widget designed for use with dstore","archived":false,"fork":false,"pushed_at":"2021-05-14T20:11:34.000Z","size":12211,"stargazers_count":627,"open_issues_count":195,"forks_count":295,"subscribers_count":84,"default_branch":"master","last_synced_at":"2025-11-24T00:04:09.604Z","etag":null,"topics":["dgrid","dojo","javascript"],"latest_commit_sha":null,"homepage":"http://dgrid.io/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dojo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2010-10-06T14:27:11.000Z","updated_at":"2025-11-23T21:01:03.000Z","dependencies_parsed_at":"2022-09-06T23:30:28.398Z","dependency_job_id":null,"html_url":"https://github.com/dojo/dojo1-dgrid","commit_stats":null,"previous_names":["dojo/dojo1-dgrid","sitepen/dgrid"],"tags_count":43,"template":false,"template_full_name":null,"purl":"pkg:github/dojo/dojo1-dgrid","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dojo%2Fdojo1-dgrid","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dojo%2Fdojo1-dgrid/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dojo%2Fdojo1-dgrid/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dojo%2Fdojo1-dgrid/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dojo","download_url":"https://codeload.github.com/dojo/dojo1-dgrid/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dojo%2Fdojo1-dgrid/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":27785560,"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","status":"online","status_checked_at":"2025-12-17T02:00:08.291Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["dgrid","dojo","javascript"],"created_at":"2024-12-20T15:05:10.967Z","updated_at":"2025-12-17T19:03:47.191Z","avatar_url":"https://github.com/dojo.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"The dgrid project provides widgets for lists of data, including simple sets of scrolling rows,\ngrids of data, on-demand lazy-loaded data, and various mixins for additional functionality.\n\ndgrid is available under the [\"New\" BSD License](LICENSE).\n\n# Installation\n\n## Install from npm\n\ndgrid and its dependencies can be installed via [npm](https://www.npmjs.com/) using the following command:\n\n```\nnpm install dgrid dojo-dstore\n```\n\nNote that by default, npm installs to a `node_modules` subdirectory.\n\nIf you are using Dojo widgets, you may want to include `dijit` and `dojox`:\n\n```\nnpm install dgrid dojo-dstore dijit dojox\n```\n\nBy default, npm will automatically find the highest tagged version of each component and\ninstall it along with its dependencies.\n\n## Manual Download\n\nAlternatively, dgrid and its dependencies can be downloaded individually:\n\n* [dstore](https://github.com/SitePen/dstore) \u003e= 1.0.3 or 1.1.1, for store-backed grids\n* [The Dojo Toolkit](http://dojotoolkit.org) SDK \u003e= 1.8.2\n    * Out of the DTK components, Dojo core is the only hard dependency for dgrid;\n      however, some of the test pages also use components from Dijit, and\n      Dojox (namely grid for a comparison test, and mobile for a mobile page).\n\nIt is recommended to arrange all dependencies as siblings, resulting in a\ndirectory structure like the following:\n\n* `dgrid`\n* `dijit` (optional, dependency of some dgrid tests/components)\n* `dojo`\n* `dojox` (optional, dependency of some dgrid tests)\n* `dstore`\n* `util` (optional, e.g. if pursuing a custom build)\n\n## CDN\n\n[unpkg](https://unpkg.com/) offers CDN hosting of raw tagged git URLs.\nIt can serve any version of dgrid and dstore.\n\nFor example, here's a `packages` configuration for dgrid 1.1.0 and dstore 1.1.1:\n\n```js\npackages: [\n    {\n        name: 'dgrid',\n        location: '//unpkg.com/dgrid@1.1.0/'\n    },\n    {\n        name: 'dstore',\n        location: '//unpkg.com/dojo-dstore@1.1.1/'\n    }\n]\n```\n\n# Browser and Dojo Version Support\n\ndgrid works with Dojo 1.8.2 or higher, and supports the following browsers:\n\n* IE 11 (IE8+ still unofficially supported, but no longer tested)\n* Edge latest\n* Firefox latest + ESR\n* Chrome latest (desktop and mobile)\n* Safari latest (desktop and mobile)\n* Opera latest\n\ndgrid *does not* support quirks mode.  You are *heavily* encouraged to\ninclude the HTML5 DOCTYPE (`\u003c!DOCTYPE html\u003e`) at the beginning of your pages.\n\n# Documentation\n\nDocumentation for dgrid components is available in the\n[doc folder](doc).  In addition, the website hosts a number of\n[tutorials](http://dgrid.io/#tutorials).\n\nIf upgrading from a previous dgrid release, please be sure to read the\n[release notes on GitHub](https://github.com/SitePen/dgrid/releases).\n\n# Community\n\n## Reporting Issues\n\nBugs or enhancements can be filed by opening an issue in the\n[issue tracker on GitHub](https://github.com/SitePen/dgrid/issues?state=open).\n\nWhen reporting a bug, please provide the following information:\n\n* Affected browsers and Dojo versions\n* A clear list of steps to reproduce the problem\n* If the problem cannot be easily reproduced in an existing dgrid test page,\n  include a [Gist](https://gist.github.com/) with code for a page containing a\n  reduced test case\n\nIf you would like to suggest a fix for a particular issue, you are welcome to\nfork dgrid, create a branch, and submit a pull request.  Please note that a\n[Dojo CLA](http://www.dojofoundation.org/about/cla) is required for any\nnon-trivial modifications.\n\n## Getting Support\n\nQuestions about dgrid usage can be asked in the following places:\n\n* [Stack Overflow](http://stackoverflow.com/questions/tagged/dgrid)\n* The #dojo IRC channel on irc.freenode.net\n* The [dojo-interest mailing list](http://mail.dojotoolkit.org/mailman/listinfo/dojo-interest)\n\nWeb interfaces for IRC and the mailing list are available from the\n[Dojo Toolkit Community page](https://dojotoolkit.org/community/).\n\nSitePen also offers [commercial support](https://www.sitepen.com/support/)\nfor dgrid, as well as Dojo and a number of other JavaScript libraries.\n\n# Testing\n\nSee [test/README.md](test/README.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdojo%2Fdojo1-dgrid","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdojo%2Fdojo1-dgrid","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdojo%2Fdojo1-dgrid/lists"}