{"id":20760400,"url":"https://github.com/vanng822/jdatatable","last_synced_at":"2026-04-28T03:32:27.519Z","repository":{"id":4499046,"uuid":"5638427","full_name":"vanng822/jdatatable","owner":"vanng822","description":"Simple table renderer for data in json format","archived":false,"fork":false,"pushed_at":"2012-09-01T10:00:57.000Z","size":104,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-18T05:27:38.310Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/vanng822.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}},"created_at":"2012-09-01T09:38:40.000Z","updated_at":"2024-01-30T09:51:19.000Z","dependencies_parsed_at":"2022-09-20T23:31:01.225Z","dependency_job_id":null,"html_url":"https://github.com/vanng822/jdatatable","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vanng822%2Fjdatatable","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vanng822%2Fjdatatable/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vanng822%2Fjdatatable/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vanng822%2Fjdatatable/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vanng822","download_url":"https://codeload.github.com/vanng822/jdatatable/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243076653,"owners_count":20232436,"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":[],"created_at":"2024-11-17T10:13:28.573Z","updated_at":"2025-12-26T03:56:42.042Z","avatar_url":"https://github.com/vanng822.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"##jdatatable\n\nSimple table renderer for data in json format\n\n## Usage example\n\n\tconfig = {\n\t\ttd : {\n\t\t\tclassName : {\n\t\t\t\tfirst : 'table-body table-td-first',\n\t\t\t\tmiddle : 'table-body table-td-middle',\n\t\t\t\tlast : 'table-body table-td-last'\t\t\t\t\t\t\n\t\t\t}\n\t\t},\n\t\tth : {\n\t\t\tclassName : {\n\t\t\t\tfirst : 'table-header table-th-first',\n\t\t\t\tmiddle : 'table-header table-th-middle',\n\t\t\t\tlast : 'table-header table-th-last'\n\t\t\t}\n\t\t},\n\t\tlistener : function(table) {\n\t\t\t$(\".link-button\", table.getContainer()).button();\n\t\t}\n\t};\n\t\n\t$.dataTable.create(\"id\",\n\t\t[{key:\"name\", label: \"Name\"}],\n\t\t[{\"name\":\"data\"},{\"name\":\"table\"}],\n\t\tconfig).render();\n\t\t\n## methods create(sId, aColumns, aData, oConfig)\n* `sId` Container id\n* `aColumns` Array of object with properties key and label\n* `aData` Array of object\n* `oConfig` See example above\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvanng822%2Fjdatatable","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvanng822%2Fjdatatable","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvanng822%2Fjdatatable/lists"}