{"id":18382416,"url":"https://github.com/ntd/silverstripe-togglepaginator","last_synced_at":"2025-04-11T20:45:52.881Z","repository":{"id":36165389,"uuid":"40469470","full_name":"ntd/silverstripe-togglepaginator","owner":"ntd","description":"A GridField component that provides a way to enable/disable the pagination","archived":false,"fork":false,"pushed_at":"2016-02-19T14:43:17.000Z","size":14,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-15T23:42:01.885Z","etag":null,"topics":["gridfield","module","silverstripe","silverstripe-module"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ntd.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-08-10T07:36:56.000Z","updated_at":"2022-07-10T09:27:16.000Z","dependencies_parsed_at":"2022-07-24T18:47:08.062Z","dependency_job_id":null,"html_url":"https://github.com/ntd/silverstripe-togglepaginator","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ntd%2Fsilverstripe-togglepaginator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ntd%2Fsilverstripe-togglepaginator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ntd%2Fsilverstripe-togglepaginator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ntd%2Fsilverstripe-togglepaginator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ntd","download_url":"https://codeload.github.com/ntd/silverstripe-togglepaginator/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248480263,"owners_count":21110935,"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":["gridfield","module","silverstripe","silverstripe-module"],"created_at":"2024-11-06T01:05:34.384Z","updated_at":"2025-04-11T20:45:52.842Z","avatar_url":"https://github.com/ntd.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"SilverStripe Toggle-Paginator\n=============================\n[![Code Quality](https://scrutinizer-ci.com/g/ntd/silverstripe-togglepaginator/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/ntd/silverstripe-togglepaginator/?branch=master)\n[![Latest Stable Version](https://poser.pugx.org/entidi/silverstripe-togglepaginator/v/stable)](https://packagist.org/packages/entidi/silverstripe-togglepaginator)\n\n\nA module that provides a _GridField_ component for temporarily switching\nthe pagination on or off. This can be especially useful when used in\nconjunction with other modules, e.g. I am currently using it with\n[gridfieldmultiselect](https://github.com/markguinn/silverstripe-gridfieldmultiselect)\nto execute special actions on a filtered subset of records.\n\nInstallation\n------------\n\nYou can install _silverstripe-togglepaginator_ by hand by dropping the\ndirectory tree into your SilverStripe root. No flush or dev/build is\nrequired.\n\nIf you use [composer](https://getcomposer.org/), execute:\n\n    composer require entidi/silverstripe-togglepaginator dev-master\n\nUsage\n-----\n\nJust add the component to the grid field you want disable the pagination\non, ensuring it is added *before* _GridFieldPaginator_, e.g.:\n\n    $grid-\u003egetConfig()-\u003eaddComponent(\n        new GridFieldTogglePaginator(),\n        'GridFieldPaginator'\n    );\n\nThis by default will add a button on the top right corner of every grid\nfield instance (this can be overriden by providing a different target\nfragment while calling the constructor). This button will toggle between\npagination enabled and pagination disabled.\n\nAuthor\n------\n\nThis project has been developed by [ntd](mailto:ntd@entidi.it). Its\n[home page](http://silverstripe.entidi.com/) is shared by other\n[SilverStripe](http://www.silverstripe.org/) modules and themes.\n\nTo check out the code, report issues or propose enhancements, go to the\n[dedicated tracker](http://dev.entidi.com/p/silverstripe-togglepaginator).\nAlternatively, you can do the same things by leveraging the official\n[github repository](https://github.com/ntd/silverstripe-togglepaginator).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fntd%2Fsilverstripe-togglepaginator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fntd%2Fsilverstripe-togglepaginator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fntd%2Fsilverstripe-togglepaginator/lists"}