{"id":16480560,"url":"https://github.com/homescriptone/svelte-datatables","last_synced_at":"2025-10-05T01:39:40.143Z","repository":{"id":47141414,"uuid":"405332825","full_name":"homescriptone/svelte-datatables","owner":"homescriptone","description":"This project brings DataTable into your Svelte applications.","archived":false,"fork":false,"pushed_at":"2021-09-12T07:14:28.000Z","size":223,"stargazers_count":17,"open_issues_count":2,"forks_count":2,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-01T17:49:01.938Z","etag":null,"topics":["datatables","frontend","javascript","routify","svelte","sveltejs"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/svelte-advanced-tables","language":"CSS","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/homescriptone.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-09-11T09:06:12.000Z","updated_at":"2024-06-28T01:16:00.000Z","dependencies_parsed_at":"2022-09-05T13:21:06.976Z","dependency_job_id":null,"html_url":"https://github.com/homescriptone/svelte-datatables","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/homescriptone/svelte-datatables","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/homescriptone%2Fsvelte-datatables","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/homescriptone%2Fsvelte-datatables/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/homescriptone%2Fsvelte-datatables/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/homescriptone%2Fsvelte-datatables/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/homescriptone","download_url":"https://codeload.github.com/homescriptone/svelte-datatables/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/homescriptone%2Fsvelte-datatables/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278399608,"owners_count":25980329,"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-10-04T02:00:05.491Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","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":["datatables","frontend","javascript","routify","svelte","sveltejs"],"created_at":"2024-10-11T13:04:32.336Z","updated_at":"2025-10-05T01:39:40.125Z","avatar_url":"https://github.com/homescriptone.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Svelte DataTables\n\nThis project brings DataTable into your Svelte project.\n\nDataTable is a popular JavaScript library allowing you to easily display\nyour data in a user-friendly table.   \n\nYou can find more information about DataTable on : https://www.datatables.net\n\n\n\n\nInstallation\n------------\n\nTo install it, you will need to run :\n\n    //install with npm\n    npm install svelte-advanced-tables \n    //install with yarn or others\n    yarn : yarn add svelte-advanced-tables\n\n\n\n\nGetting started\n---------------\n\nAfter installing it, to use it, follow the steps below:\n\n    import Table from 'svelte-advanced-tables'\n    \n    let data = {\n            'rows' : [\n                [\n                  'TOTAL',\n                  'Djim'\n                ]\n            ], \n            'columns' : [\n                'Entreprise',\n                'First Name'\n            ],\n            'styles'  : [\n                'thead' : '',\n                'tbody' : ''\n            ],\n    };\n    \n    //Call the component into your svelte page\n    \n    \u003cTable /\u003e //When no data are provided, it loads some default data\n    \n    \u003cTable table_data=\"{data}\" /\u003e //Here is the way to add custom data\n  \n\n## Examples\n\nYou will it find in the folder : [sample](https://github.com/homescriptone/svelte-datatables/tree/main/sample/)\n\n\n## Contribution\n\nIf you feel that important features are missing, you are free to send a pull request.\n\n\n## Credits\n\nMaintainer: [Emmanuel ADEKPLOVI](https://github.com/manutheblacker)\n\n⌨️ Build with ❤️ by [HomeScript](https://github.com/homescriptone) 😊\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhomescriptone%2Fsvelte-datatables","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhomescriptone%2Fsvelte-datatables","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhomescriptone%2Fsvelte-datatables/lists"}