{"id":15015963,"url":"https://github.com/quantosobra/ember-semantic-ui-table","last_synced_at":"2025-06-12T13:02:48.516Z","repository":{"id":16733816,"uuid":"80435579","full_name":"quantosobra/ember-semantic-ui-table","owner":"quantosobra","description":"Semantic UI Table component for Ember","archived":false,"fork":false,"pushed_at":"2022-12-10T14:49:46.000Z","size":9525,"stargazers_count":4,"open_issues_count":36,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-12T10:08:48.872Z","etag":null,"topics":["ember","javascript","semantic-ui","table"],"latest_commit_sha":null,"homepage":"https://quantosobra.github.io/ember-semantic-ui-table/","language":"JavaScript","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/quantosobra.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-01-30T15:46:33.000Z","updated_at":"2020-06-10T13:41:43.000Z","dependencies_parsed_at":"2023-01-13T20:30:56.051Z","dependency_job_id":null,"html_url":"https://github.com/quantosobra/ember-semantic-ui-table","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quantosobra%2Fember-semantic-ui-table","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quantosobra%2Fember-semantic-ui-table/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quantosobra%2Fember-semantic-ui-table/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quantosobra%2Fember-semantic-ui-table/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/quantosobra","download_url":"https://codeload.github.com/quantosobra/ember-semantic-ui-table/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248550635,"owners_count":21122933,"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":["ember","javascript","semantic-ui","table"],"created_at":"2024-09-24T19:48:13.105Z","updated_at":"2025-04-12T10:09:02.911Z","avatar_url":"https://github.com/quantosobra.png","language":"JavaScript","readme":"# ember-semantic-ui-table\n\n[![Build Status](https://travis-ci.org/quantosobra/ember-semantic-ui-table.svg)](https://travis-ci.org/quantosobra/ember-semantic-ui-table)\n[![npm version](https://badge.fury.io/js/ember-semantic-ui-table.svg)](http://badge.fury.io/js/ember-semantic-ui-table)\n[![Ember Observer Score](http://emberobserver.com/badges/ember-semantic-ui-table.svg)](http://emberobserver.com/addons/ember-semantic-ui-table)\n[![Code Climate](https://codeclimate.com/github/quantosobra/ember-semantic-ui-table/badges/gpa.svg)](https://codeclimate.com/github/quantosobra/ember-semantic-ui-table)\n[![Embroider Safe](http://badges.herokuapp.com/travis/quantosobra/ember-semantic-ui-table?branch=master\u0026env=EMBER_TRY_SCENARIO=embroider\u0026label=Embroider+Safe)](https://travis-ci.org/quantosobra/ember-semantic-ui-table)\n\n## Features\n\n[Semantic UI](http://semantic-ui.com/) styled tables for Ember.\n\n## Installation\n\n```\nember install ember-semantic-ui-table\n```\n\n## Compatibility\n\n- Ember.js v2.18 or above\n- Ember CLI v2.13 or above\n- Node.js v10 or above\n\n## Helpful Links\n\n- ### [Live Demo](http://quantosobra.github.io/ember-semantic-ui-table)\n\n- ### [Changelog](CHANGELOG.md)\n\n## Looking for help?\n\nIf it is a bug [please open an issue on GitHub](https://github.com/quantosobra/ember-semantic-ui-table/issues).\n\n## Usage\n\nIn your controller or component, create a table object and configure it's columns:\n\n```js\nimport Ember from 'ember';\nimport { Table } from 'ember-semantic-ui-table'\n\nexport default Ember.Component.extend({\n  table: Ember.computed(function() {\n    // Data can be from any source\n    let rows = this.get('model');\n\n    return Table.create([\n      {\n        label: 'Name',\n        valuePath: 'name'\n      },\n      {\n        label: 'Age',\n        valuePath: 'age'\n      }\n    ], rows);\n  })\n});\n```\n\nThen, in your template, use the `ui-table` component and pass the table object for it:\n\n```hbs\n{{ui-table table}}\n```\n\nYou can see more advanced examples in the [demo page](http://quantosobra.github.io/ember-semantic-ui-table).\n\n## Development\n\nTo release and publish a new version, use the commands:\n\n```\nember release (--major|--minor|--patch)\nyarn publish\n```\n\n## License\n\nThis project is developed at [QuantoSobra](https://www.quantosobra.com.br) and licensed under the MIT license.\nSee the [LICENSE.md](LICENSE.md) file for the full license text.\n\nQuantoSobra \u0026copy; 2017-2020\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquantosobra%2Fember-semantic-ui-table","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fquantosobra%2Fember-semantic-ui-table","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquantosobra%2Fember-semantic-ui-table/lists"}