{"id":13576384,"url":"https://github.com/custom-cards/flex-table-card","last_synced_at":"2025-04-12T18:38:51.992Z","repository":{"id":34012715,"uuid":"156292058","full_name":"custom-cards/flex-table-card","owner":"custom-cards","description":"Highly Flexible Lovelace Card - arbitrary contents/columns/rows, regex matched, perfect to show appdaemon created content and anything breaking out of the entity_id + attributes concept","archived":false,"fork":false,"pushed_at":"2025-02-06T23:31:30.000Z","size":663,"stargazers_count":228,"open_issues_count":34,"forks_count":28,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-04-03T22:07:11.721Z","etag":null,"topics":["data-table","data-visualization","flexible-table","high-configurability","home-automation","homeassistant","javascript","lovelace","single-file","table-visualization"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/custom-cards.png","metadata":{"files":{"readme":"README.md","changelog":"changelog.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-11-05T22:30:11.000Z","updated_at":"2025-03-22T23:44:15.000Z","dependencies_parsed_at":"2024-01-16T20:25:16.546Z","dependency_job_id":"8cb67a1f-3fbb-417d-a290-3b864d99edf3","html_url":"https://github.com/custom-cards/flex-table-card","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/custom-cards%2Fflex-table-card","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/custom-cards%2Fflex-table-card/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/custom-cards%2Fflex-table-card/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/custom-cards%2Fflex-table-card/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/custom-cards","download_url":"https://codeload.github.com/custom-cards/flex-table-card/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248616038,"owners_count":21133991,"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":["data-table","data-visualization","flexible-table","high-configurability","home-automation","homeassistant","javascript","lovelace","single-file","table-visualization"],"created_at":"2024-08-01T15:01:09.780Z","updated_at":"2025-04-12T18:38:51.964Z","avatar_url":"https://github.com/custom-cards.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"# Flex Table\n\n[![hacs_badge](https://img.shields.io/badge/HACS-Default-41BDF5.svg?style=for-the-badge)](https://github.com/hacs/integration) \n[![Version](https://img.shields.io/badge/version-0.7.8-green.svg?style=plastic)](#)\n[![stable-release-0.7.8](https://img.shields.io/badge/stable-release_0.7.8-green.svg?style=plastic)](#)\n\n## Installation using HACS ([Home Assistant Community Store](https://hacs.xyz))\n\n* Use [HACS](https://hacs.xyz) inside your frontend, if unavailable [here is how to install HACS](https://hacs.xyz/docs/installation/manual)\n* Search for `flex-table`, hit `install`, done!\n* Add the appropriate lines as provided by [HACS](https://hacs.xyz) to your *lovelace ui config* \n\n## Installation (as quick, only manual updates, better for developers)\n\n* Find your home-assistent config-dir (e.g., `~/.homeassistant/`) and change into `~/.homeassistant/www` (create if needed)\n* Run `$ wget https://raw.githubusercontent.com/custom-cards/flex-table-card/master/flex-table-card.js` to get the `.js` file\n* Add at the top of your UI Lovelace config (via *lovelace ui config* or within `.yaml`)\n``` yaml\nresources:\n  - type: module\n    url: /local/flex-table-card.js\n```\n\n## Quick-Start \u0026 Documentation\n\n* [Quick-Start](https://github.com/custom-cards/flex-table-card/tree/master/docs/example-cfg-basics.md)\n* [(Configuration) Examples](https://github.com/custom-cards/flex-table-card/tree/master/docs)\n  * [Basics](https://github.com/custom-cards/flex-table-card/tree/master/docs/example-cfg-basics.md)\n  * [Column Data Selector](https://github.com/custom-cards/flex-table-card/tree/master/docs/example-cfg-data.md)\n  * [Formatting](https://github.com/custom-cards/flex-table-card/tree/master/docs/example-cfg-simple-cell-formatting.md)\n  * [Sorting \u0026 Strict](https://github.com/custom-cards/flex-table-card/tree/master/docs/example-cfg-sorting-strict.md)\n  * [Headers](https://github.com/custom-cards/flex-table-card/tree/master/docs/example-cfg-headers.md)\n  * [Advanced Cell Formatting](https://github.com/custom-cards/flex-table-card/tree/master/docs/example-cfg-advanced-cell-formatting.md)\n  * [Formatting with CSS](https://github.com/custom-cards/flex-table-card/tree/master/docs/example-cfg-css.md)\n  * [Auto Entities](https://github.com/custom-cards/flex-table-card/tree/master/docs/example-cfg-autoentities.md)\n  * [Loading from Services](https://github.com/custom-cards/flex-table-card/tree/master/docs/example-cfg-services.md)\n  * [Adding a Summary Footer](https://github.com/custom-cards/flex-table-card/tree/master/docs/example-cfg-footers.md)\n* [Configuration Reference](https://github.com/custom-cards/flex-table-card/tree/master/docs/config-ref.md)\n* [How to Contribute](https://github.com/custom-cards/flex-table-card/tree/master/docs/contribute.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcustom-cards%2Fflex-table-card","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcustom-cards%2Fflex-table-card","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcustom-cards%2Fflex-table-card/lists"}