{"id":20486028,"url":"https://github.com/maiscrm/angular1-table","last_synced_at":"2025-12-12T03:47:38.251Z","repository":{"id":58213948,"uuid":"107948028","full_name":"maiscrm/angular1-table","owner":"maiscrm","description":"scrm angular table directive","archived":false,"fork":false,"pushed_at":"2018-05-28T06:17:55.000Z","size":591,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-07-12T01:09:17.783Z","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":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/maiscrm.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2017-10-23T07:40:34.000Z","updated_at":"2018-05-28T06:17:56.000Z","dependencies_parsed_at":"2022-09-14T03:30:56.598Z","dependency_job_id":null,"html_url":"https://github.com/maiscrm/angular1-table","commit_stats":null,"previous_names":["frontnode/angular1-table"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/maiscrm/angular1-table","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maiscrm%2Fangular1-table","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maiscrm%2Fangular1-table/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maiscrm%2Fangular1-table/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maiscrm%2Fangular1-table/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maiscrm","download_url":"https://codeload.github.com/maiscrm/angular1-table/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maiscrm%2Fangular1-table/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266717709,"owners_count":23973384,"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-07-23T02:00:09.312Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"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":[],"created_at":"2024-11-15T16:34:47.837Z","updated_at":"2025-12-12T03:47:33.209Z","avatar_url":"https://github.com/maiscrm.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"Table + AngularJS\n=================\n[![Build Status](https://travis-ci.org/esvit/ng-table.svg)](https://travis-ci.org/esvit/ng-table) [![Coverage Status](https://coveralls.io/repos/esvit/ng-table/badge.png)](https://coveralls.io/r/esvit/ng-table)\n\nCode licensed under New BSD License.\n\nThis directive allow to liven your tables. It support sorting, filtering and pagination.\nHeader row with titles and filters automatic generated on compilation step.\n\n## Installing via Bower\n```\nbower install ng-table\n```\n\n## Development\nWe use Karma to ensure the quality of the code. The easiest way to run these checks is to use grunt:\n\n```sh\nnpm install -g grunt-cli\nnpm install \u0026\u0026 bower install\ngrunt\n```\n\nThe karma task will try to open Firefox and Chrome as browser in which to run the tests. Make sure this is available or change the configuration in `karma.conf.js`\n\n\n## Configuring ng-table\nFor a list of configuration options available, see [Configuring your table with NgTableParams](https://github.com/esvit/ng-table/wiki/Configuring-your-table-with-ngTableParams)\n\n\n## Updates\n\nSee CHANGELOG.md\n\n## Submitting an issue\n\nPlease be responsible, the open source community is not there to guess your problem or to do your job. When submitting an issue try as much as possible to:\n\n1. search in the already existing issues or on [stackoverflow](http://stackoverflow.com/questions/tagged/ngtable?sort=newest\u0026pageSize=30) if your issue has not been raised before.\n\n2. give a precise description mentionning angular version, ng-table version.\n\n3. give a way to reproduce your issue, the best would be with a \u003cstrong\u003erunning example\u003c/strong\u003e, you can use [plunkr](http://plnkr.co/), or [codepen](http://codepen.io/). **Tip:** See below for a list of base codepen's you can fork\n\n4. isolate your code sample on the probable issue to avoid pollution and noise.\n\n5. Close your issue when a solution has been found (and share it with the community)\n\nNote that 80% of the open issues are actually not issues but \"problem\" due to developpers laziness or lack of investigation. These \"issues\" are a waste of time for us and especially if we have to setup a sample to reproduce the issue which those developpers could have done. Any open issue which does not fulfill this contract will be closed without investigation.\n\n\n## Examples\n\n* [Demo site](http://ng-table.com/)\n* Codepen examples (**Tip**: fork these to create your own examples);\n    * [`ngTable`: inmemory list](http://codepen.io/christianacca/pen/VLqVeo?editors=101)\n    * [`ngTable`: server-side list](http://codepen.io/christianacca/pen/VLqqjP?editors=101)\n    * [`ngTableDynamic`: inmemory list](http://codepen.io/christianacca/pen/jPxgzY?editors=101)\n    * [`ngTableDynamic`: server-side list](http://codepen.io/christianacca/pen/JdwwrR/?editors=101)\n\n## Compatibility\n\nFor work in IE \u003c 9 need jQuery, just add:\n```html\n\u003c!--[if lt IE 9]\u003e\n  \u003cscript src=\"http://code.jquery.com/jquery-1.10.2.min.js\"\u003e\u003c/script\u003e\n\u003c![endif]--\u003e\n```\n\n## Plugins\n\n* [Export to CSV](https://github.com/esvit/ng-table-export)\n\n#### PS\nLet me know if you are using **ng-table**. It will motivate me to work harder.\nAnd if you like **ng-table**, just email me and add your website [here](http://bazalt-cms.com/ng-table/who-is-using)\nHope you like it, Thanks! :)\n\n---\n\nThis project is part of [Bazalt CMS](http://bazalt-cms.com/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaiscrm%2Fangular1-table","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaiscrm%2Fangular1-table","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaiscrm%2Fangular1-table/lists"}