{"id":32254186,"url":"https://github.com/ameyms/tabulate","last_synced_at":"2026-02-19T09:07:28.033Z","repository":{"id":10935204,"uuid":"13240539","full_name":"ameyms/tabulate","owner":"ameyms","description":"A jquery plugin for working with paginated tables","archived":false,"fork":false,"pushed_at":"2013-10-12T09:41:31.000Z","size":152,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":5,"default_branch":"master","last_synced_at":"2026-01-23T16:01:14.358Z","etag":null,"topics":["bootstrap","javascript","jquery-plugin","paginated-tables"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/ameyms.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":"2013-10-01T10:13:47.000Z","updated_at":"2023-06-17T12:59:53.000Z","dependencies_parsed_at":"2022-08-30T20:01:01.964Z","dependency_job_id":null,"html_url":"https://github.com/ameyms/tabulate","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/ameyms/tabulate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ameyms%2Ftabulate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ameyms%2Ftabulate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ameyms%2Ftabulate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ameyms%2Ftabulate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ameyms","download_url":"https://codeload.github.com/ameyms/tabulate/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ameyms%2Ftabulate/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29609524,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-19T06:47:36.664Z","status":"ssl_error","status_checked_at":"2026-02-19T06:45:47.551Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["bootstrap","javascript","jquery-plugin","paginated-tables"],"created_at":"2025-10-22T18:35:28.791Z","updated_at":"2026-02-19T09:07:28.020Z","avatar_url":"https://github.com/ameyms.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"Tabulate [![Build Status](https://travis-ci.org/ameyms/tabulate.png)](https://travis-ci.org/ameyms/tabulate)\n========\n\nA jquery plugin for working with paginated tables with emphasis on [Bootstrap](http://getbootstrap.com \"Twitter Bootstrap\")\n\n\nFinal API Goal:\n\n```javascript\n\n$('#mytable').tabulate({\n    \n    // Function that returns a jquery deferred\n    source: xhrSource,\n    \n    //A Function that accepts row, column and item and returns tds content as html\n    renderer: renderer,\n\n    // String or Function that accepts row, column and item and returns class string\n    cellClass: foo, \n\n    // String or Function that accepts row, column and item \n    // and returns an object that is set as $.data() for the td\n    cellMeta: bar,\n\n    pagination: $('#mypagination') //Bootstrap 'pagination' control\n\n});\n\n```\n__NOTE:__ Column resize has not yet been implemented\n\n\n\nLicense\n------\nThis library is available under the [MIT license](https://github.com/ameyms/tabulate/blob/master/LICENSE \"License\")\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fameyms%2Ftabulate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fameyms%2Ftabulate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fameyms%2Ftabulate/lists"}