{"id":16595414,"url":"https://github.com/vasucp1207/qwik-table","last_synced_at":"2025-07-23T21:13:42.483Z","repository":{"id":169519264,"uuid":"640580882","full_name":"vasucp1207/qwik-table","owner":"vasucp1207","description":"Easy searchable, sortable table for Qwik City","archived":false,"fork":false,"pushed_at":"2024-03-26T19:27:52.000Z","size":134,"stargazers_count":11,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-28T16:51:18.123Z","etag":null,"topics":["javascript","qwik","qwik-city"],"latest_commit_sha":null,"homepage":"https://qwik-table.vercel.app/","language":"TypeScript","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/vasucp1207.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2023-05-14T15:07:16.000Z","updated_at":"2024-10-16T21:03:23.000Z","dependencies_parsed_at":null,"dependency_job_id":"74c33cb8-d7ac-4c5b-906e-7ba106386d85","html_url":"https://github.com/vasucp1207/qwik-table","commit_stats":null,"previous_names":["vasucp1207/qwik-table"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vasucp1207%2Fqwik-table","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vasucp1207%2Fqwik-table/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vasucp1207%2Fqwik-table/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vasucp1207%2Fqwik-table/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vasucp1207","download_url":"https://codeload.github.com/vasucp1207/qwik-table/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249016627,"owners_count":21198833,"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":["javascript","qwik","qwik-city"],"created_at":"2024-10-11T23:50:09.366Z","updated_at":"2025-04-15T06:10:31.982Z","avatar_url":"https://github.com/vasucp1207.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"![q-table](https://github.com/vasucp1207/qwik-table/assets/85363195/c318d71b-12cd-427c-bbd4-8db03cd1e543)\n\n\u003ch1 align='center'\u003eQwik Table\u003c/h1\u003e\n\n## 📦Install\n``npm i qwik-table``\n\n## 🦄Usage\nSimply import **QwikTable** from the package.\n\n```ts\nimport { component$ } from '@builder.io/qwik';\nimport data from '../data.json';\nimport { QwikTable } from 'qwik-table';\n\nexport default component$(() =\u003e {\n  const headers = [\n    { key: \"player_name\", label: \"Player\" },\n    { key: \"club\", label: \"Club\" },\n    { key: \"position\", label: \"Position\" },\n    { key: \"minutes_played\", label: \"Min Played\" },\n    { key: \"match_played\", label: \"Matches\" },\n    { key: \"goals\", label: \"Goals\" },\n    { key: \"assists\", label: \"Assists\" },\n    { key: \"distance_covered\", label: \"Distance Covered\" },\n  ];\n\n  return (\n    \u003cdiv\u003e\n      \u003cQwikTable \n        header={headers} \n        data={data}\n        title='Champions League'\n        headerImg='/league.png'\n      /\u003e\n    \u003c/div\u003e\n  );\n});\n```\n\nSee the live [demo](https://qwik-table.vercel.app/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvasucp1207%2Fqwik-table","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvasucp1207%2Fqwik-table","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvasucp1207%2Fqwik-table/lists"}