{"id":18865313,"url":"https://github.com/jonathanprince/jquery.table-matrix","last_synced_at":"2025-07-09T14:38:42.738Z","repository":{"id":23841048,"uuid":"27218497","full_name":"JonathanPrince/jquery.table-matrix","owner":"JonathanPrince","description":"Simple jQuery plugin for creating a data matrix from an HTML table","archived":false,"fork":false,"pushed_at":"2014-11-27T14:21:56.000Z","size":164,"stargazers_count":1,"open_issues_count":2,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-05-30T13:09:17.558Z","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/JonathanPrince.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":"2014-11-27T09:38:32.000Z","updated_at":"2017-04-05T15:40:50.000Z","dependencies_parsed_at":"2022-08-05T23:30:27.170Z","dependency_job_id":null,"html_url":"https://github.com/JonathanPrince/jquery.table-matrix","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/JonathanPrince/jquery.table-matrix","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JonathanPrince%2Fjquery.table-matrix","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JonathanPrince%2Fjquery.table-matrix/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JonathanPrince%2Fjquery.table-matrix/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JonathanPrince%2Fjquery.table-matrix/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JonathanPrince","download_url":"https://codeload.github.com/JonathanPrince/jquery.table-matrix/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JonathanPrince%2Fjquery.table-matrix/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264476802,"owners_count":23614573,"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-08T04:46:37.467Z","updated_at":"2025-07-09T14:38:42.678Z","avatar_url":"https://github.com/JonathanPrince.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"#jquery.table-matrix\n\n##Description\n\nSimple jQuery plugin for creating a data matrix from an HTML table.\n\nReturns a 2D array of table data, can be used with a callback function.\n\n##Usage\n\nInclude jQuery and plugin scripts.\n\n**Basic usage:**\n```js\n// save output in a variable\nvar data = $( \"#myTable\" ).tableMatrix();\n```\n\n**Specify Callback Function:**\n```js\n\nvar myCallback = function( data ){\n  // do something with the data...\n};\n\n$( \"#my-table\" ).tableMatrix( myCallback );\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjonathanprince%2Fjquery.table-matrix","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjonathanprince%2Fjquery.table-matrix","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjonathanprince%2Fjquery.table-matrix/lists"}