{"id":25119059,"url":"https://github.com/ax5ui/ax5ui-grid","last_synced_at":"2025-08-13T21:45:17.524Z","repository":{"id":41390281,"uuid":"55740639","full_name":"ax5ui/ax5ui-grid","owner":"ax5ui","description":"Javascript UI Component - GRID ( Excel Grid, jqGrid, angularjs grid, jquery grid, SlickGrid, ag-grid gridify)","archived":false,"fork":false,"pushed_at":"2019-04-10T03:53:02.000Z","size":5762,"stargazers_count":100,"open_issues_count":116,"forks_count":36,"subscribers_count":12,"default_branch":"master","last_synced_at":"2025-08-06T14:14:45.189Z","etag":null,"topics":["ax5core","ax5grid","ax5ui","ax5ui-grid","bootstrap","grid","javascriptui","jquery","jquery-plugin","table"],"latest_commit_sha":null,"homepage":"http://ax5.io/ax5ui-grid/demo/index.html","language":"HTML","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/ax5ui.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}},"created_at":"2016-04-08T01:36:40.000Z","updated_at":"2025-02-24T02:14:13.000Z","dependencies_parsed_at":"2022-09-09T11:51:35.152Z","dependency_job_id":null,"html_url":"https://github.com/ax5ui/ax5ui-grid","commit_stats":null,"previous_names":[],"tags_count":297,"template":false,"template_full_name":null,"purl":"pkg:github/ax5ui/ax5ui-grid","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ax5ui%2Fax5ui-grid","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ax5ui%2Fax5ui-grid/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ax5ui%2Fax5ui-grid/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ax5ui%2Fax5ui-grid/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ax5ui","download_url":"https://codeload.github.com/ax5ui/ax5ui-grid/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ax5ui%2Fax5ui-grid/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269677823,"owners_count":24457879,"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-08-10T02:00:08.965Z","response_time":71,"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":["ax5core","ax5grid","ax5ui","ax5ui-grid","bootstrap","grid","javascriptui","jquery","jquery-plugin","table"],"created_at":"2025-02-08T04:32:43.181Z","updated_at":"2025-08-13T21:45:17.458Z","avatar_url":"https://github.com/ax5ui.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://travis-ci.org/ax5ui/ax5ui-grid.svg?branch=master)](https://travis-ci.org/ax5ui/ax5ui-grid)\n[![npm version](https://badge.fury.io/js/ax5ui-grid.svg)](https://badge.fury.io/js/ax5ui-grid)\n[![](https://img.shields.io/npm/dm/ax5ui-grid.svg)](https://www.npmjs.com/package/ax5ui-grid)\n\n\n# ax5ui-grid\n\"grid\" displays data in a table format with various options provided for configuration.\n\n![ax5grid](src/ax5grid.gif)\n\n\u003e *Dependencies*\n\u003e * _[jQuery 1.X+](http://jquery.com/)_\n\u003e * _[ax5core](http://ax5.io/ax5core)_\n\n\n### Install with bower\n```sh\nbower install ax5ui-grid\n```\n[bower](http://bower.io/#install-bower) is web front-end package manager.\nWhen you install `bower`, it will be installed under the `bower_components` folder to resolve the plug-in dependencies.  \n(You can change the folder location. [.bowerrc](http://bower.io/docs/config/#bowerrc-specification) )\n\nIt is recommended that you install by using `bower`. \nIf you've never used bower, please refer to [http://bower.io/#install-bower](http://bower.io/#install-bower).\n\n### Install with npm\nIf you do not use bower, it also can be installed by using npm as an alternative.\nIn case of npm, which is the package manager for the front end, you need to solve the problem of plug-in dependencies.\n\n```sh\nnpm install jquery\nnpm install ax5core\nnpm install ax5ui-grid\n```\n\nAfter downloading the install file of npm, you will need to copy it to the location where you want to use as a resource for the project.\nIf the copy process is inconvenient, it also can be done easily by using `gulp` or `grunt`.\n\n### Download code\n- [ax5core Github releases](https://github.com/ax5ui/ax5core/releases)\n- [ax5ui-grid Github releases](https://github.com/ax5ui/ax5ui-grid/releases)\n\n\n### Insert \"ax5grid\" in HTML HEAD.\n\nFolder location can be any for your project. However, please be sure to assign the right path in the project.\n```html\n\u003clink rel=\"stylesheet\" type=\"text/css\" href=\"https://cdn.rawgit.com/ax5ui/ax5ui-grid/master/dist/ax5grid.css\" /\u003e\n\u003cscript src=\"https://cdnjs.cloudflare.com/ajax/libs/jquery/1.12.4/jquery.min.js\"\u003e\u003c/script\u003e\n\u003cscript type=\"text/javascript\" src=\"https://cdn.rawgit.com/ax5ui/ax5core/master/dist/ax5core.min.js\"\u003e\u003c/script\u003e\n\u003cscript type=\"text/javascript\" src=\"https://cdn.rawgit.com/ax5ui/ax5ui-grid/master/dist/ax5grid.min.js\"\u003e\u003c/script\u003e\n```\n\n**CDN urls**\nThis is a list of CDN urls for ax5ui-grid. ax5ui offers the CDN services through the rawgit.\n```\nhttps://cdn.rawgit.com/ax5ui/ax5ui-grid/master/dist/ax5grid.css\nhttps://cdn.rawgit.com/ax5ui/ax5ui-grid/master/dist/ax5grid.js\nhttps://cdn.rawgit.com/ax5ui/ax5ui-grid/master/dist/ax5grid.min.js\n```\n\n### Basic Usage\n```html\n\u003cdiv data-ax5grid=\"first-grid\" data-ax5grid-config='{name:\"my first grid\"}' style=\"height: 100%;\"\u003e\u003c/div\u003e\n```\n```js\nvar firstGrid = new ax5.ui.grid();\nfirstGrid.setConfig({\n    target: $('[data-ax5grid=\"first-grid\"]'),\n    frozenColumnIndex: 2,\n    frozenRowIndex: 0,\n    showLineNumber: true,\n    showRowSelector: true,\n    multipleSelect: true,\n    lineNumberColumnWidth: 40,\n    rowSelectorColumnWidth: 28,\n    sortable: true, \n    multiSort: false,\n    header: {\n        align: \"center\",\n        columnHeight: 28\n    },\n    body: {\n        align: \"center\",\n        columnHeight: 28,\n        onClick: function () {\n            // console.log(this);\n            this.self.select(this.dindex);\n        }\n    },\n    columns: [\n        {\n            key: \"a\",\n            label: \"필드A\",\n            width: 80,\n            styleClass: function () {\n                return \"ABC\";\n            },\n            enableFilter: true,\n            align: \"center\"\n        },\n        {key: \"b\", label: \"필드B\", align: \"center\"},\n        {\n            key: undefined, label: \"필드C\", columns: [\n            {key: \"price\", label: \"단가\", formatter: \"money\", align: \"right\"},\n            {key: \"amount\", label: \"수량\", formatter: \"money\", align: \"right\"},\n            {key: \"cost\", label: \"금액\", align: \"right\", formatter: \"money\"}\n        ]\n        },\n        {key: \"saleDt\", label: \"판매일자\", align: \"center\"},\n        {key: \"customer\", label: \"고객명\"},\n        {key: \"saleType\", label: \"판매타입\"}\n    ]\n});\n```\n\n\n***\n\n### Preview\n- [See Demonstration](http://ax5.io/ax5ui-grid/demo/index.html)\n\nIf you have any questions, please refer to the following [gitHub](https://github.com/ax5ui/ax5ui-kernel)\n\n## Question\n- https://jsdev.kr/c/axisj/ax5ui\n- https://github.com/ax5ui/ax5ui-kernel/issues\n\n[![axisj-contributed](https://img.shields.io/badge/AXISJ.com-Contributed-green.svg)](https://github.com/axisj)\n![](https://img.shields.io/badge/Seowoo-Mondo\u0026Thomas-red.svg)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fax5ui%2Fax5ui-grid","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fax5ui%2Fax5ui-grid","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fax5ui%2Fax5ui-grid/lists"}