{"id":14973489,"url":"https://github.com/lorenzofox3/smart-table","last_synced_at":"2025-05-14T04:07:47.425Z","repository":{"id":7974952,"uuid":"9376661","full_name":"lorenzofox3/Smart-Table","owner":"lorenzofox3","description":"Code source of Smart Table module: a table/grid for Angularjs","archived":false,"fork":false,"pushed_at":"2023-01-12T09:55:22.000Z","size":10078,"stargazers_count":1792,"open_issues_count":62,"forks_count":512,"subscribers_count":94,"default_branch":"master","last_synced_at":"2025-05-06T11:18:27.991Z","etag":null,"topics":["angular","javascript","smart-table","table"],"latest_commit_sha":null,"homepage":"http://lorenzofox3.github.io/smart-table-website/","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/lorenzofox3.png","metadata":{"files":{"readme":"readme.md","changelog":"changeLog.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-04-11T17:52:43.000Z","updated_at":"2025-03-19T01:34:51.000Z","dependencies_parsed_at":"2023-01-13T14:35:15.444Z","dependency_job_id":null,"html_url":"https://github.com/lorenzofox3/Smart-Table","commit_stats":null,"previous_names":[],"tags_count":36,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lorenzofox3%2FSmart-Table","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lorenzofox3%2FSmart-Table/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lorenzofox3%2FSmart-Table/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lorenzofox3%2FSmart-Table/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lorenzofox3","download_url":"https://codeload.github.com/lorenzofox3/Smart-Table/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254069599,"owners_count":22009558,"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":["angular","javascript","smart-table","table"],"created_at":"2024-09-24T13:48:50.960Z","updated_at":"2025-05-14T04:07:47.377Z","avatar_url":"https://github.com/lorenzofox3.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://travis-ci.org/lorenzofox3/Smart-Table.svg?branch=master)](https://travis-ci.org/lorenzofox3/Smart-Table)\n\n**Hey I am not too much into angular these days. If someone wants to maintain this project, please contact me !**\n\n# Smart Table\n\nSmart Table is a table module for angular js. It allows you to quickly compose your table in a declarative way including sorting, filtering, row selection, and pagination.\nIt is lightweight (around 3kb minified) and has no other dependencies than Angular itself.\nCheck the [documentation](http://lorenzofox3.github.io/smart-table-website/) website for more details\n\n## Submitting an issue\n\nPlease be responsible -- investigate potential issues yourself to eliminate the possibility that your issue isn't just an error.  If you are still having problems, try posting on our [gitter](https://gitter.im/lorenzofox3/Smart-Table).  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/smart-table?sort=newest\u0026pageSize=30) if your issue has not been raised before.\n\n2. Give a precise description mentionning angular version, smart-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/) (smart-table is the list of available packages). Note if you want to mimic ajax loading behaviour you can use [$timeout](https://docs.angularjs.org/api/ng/service/$timeout) angular service or [$httpBackend](https://docs.angularjs.org/api/ng/service/$httpBackend).\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 due to lack of good investigation. These issues create unnecessary work, so please be considerate.\n\nAny open issue which do not follow the steps above will be closed without investigation.\n\n## Install\n\nThe easiest way is to run `bower install angular-smart-table`, then you just have to add the script and register the module `smart-table` to you application.\n\nYou can also install using NPM `npm install angular-smart-table`, so you can use with browserify or webpack\n\n## Test\n\nRun `npm install` after you have installed the dependencies (`npm install` and `bower install`).\n\n## Custom builds\n\nSmart Table is based around a main directive which generate a top level controller whose API can be accessed by sub directives\n(plugins). If you don't need some of these, simply edit the gulpfile (the pluginList variable) and run `gulp build`.\n\n## Older versions\n\nSmart Table used to be configuration based and if you rely on this version, you can still access the code on the [0.2.x](https://github.com/lorenzofox3/Smart-Table/tree/vx.2.x) branch. You will be able to find the documentation related to this version\n[here](https://github.com/lorenzofox3/smart-table-website) (simply open index.html in a browser).\n\nNote, I have closed all the issues related to these versions as people get confused when reading these issues and commented on them like it was related to the newer version. Feel free to reopen any of them (or open a new one), but don't forget to mention it is related to the older versions.\n\n## License\n\nSmart Table module is under MIT license:\n\n\u003e Copyright (C) 2016 Laurent Renard.\n\u003e\n\u003e Permission is hereby granted, free of charge, to any person\n\u003e obtaining a copy of this software and associated documentation files\n\u003e (the \"Software\"), to deal in the Software without restriction,\n\u003e including without limitation the rights to use, copy, modify, merge,\n\u003e publish, distribute, sublicense, and/or sell copies of the Software,\n\u003e and to permit persons to whom the Software is furnished to do so,\n\u003e subject to the following conditions:\n\u003e\n\u003e The above copyright notice and this permission notice shall be\n\u003e included in all copies or substantial portions of the Software.\n\u003e\n\u003e THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND,\n\u003e EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n\u003e MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n\u003e NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS\n\u003e BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN\n\u003e ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n\u003e CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n\u003e SOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Florenzofox3%2Fsmart-table","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Florenzofox3%2Fsmart-table","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Florenzofox3%2Fsmart-table/lists"}