{"id":15016955,"url":"https://github.com/defstudio/wired-tables","last_synced_at":"2025-10-27T20:49:33.515Z","repository":{"id":39595471,"uuid":"479381449","full_name":"defstudio/wired-tables","owner":"defstudio","description":"Laravel Livewire Datatables","archived":false,"fork":false,"pushed_at":"2025-06-17T06:24:00.000Z","size":422,"stargazers_count":2,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-17T07:28:30.159Z","etag":null,"topics":["datatables","hacktoberfest","laravel","livewire","livewire-datatables","php"],"latest_commit_sha":null,"homepage":"","language":"PHP","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/defstudio.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2022-04-08T12:27:41.000Z","updated_at":"2025-06-17T06:23:58.000Z","dependencies_parsed_at":"2023-02-16T12:31:59.573Z","dependency_job_id":"5d4edc3c-9472-40d0-a7a0-53e98e29ef4e","html_url":"https://github.com/defstudio/wired-tables","commit_stats":{"total_commits":295,"total_committers":7,"mean_commits":"42.142857142857146","dds":"0.44067796610169496","last_synced_commit":"624cd93af66d2ddb32a2d21e3ebca05dbd6d4e6c"},"previous_names":[],"tags_count":55,"template":false,"template_full_name":"spatie/package-skeleton-laravel","purl":"pkg:github/defstudio/wired-tables","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/defstudio%2Fwired-tables","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/defstudio%2Fwired-tables/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/defstudio%2Fwired-tables/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/defstudio%2Fwired-tables/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/defstudio","download_url":"https://codeload.github.com/defstudio/wired-tables/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/defstudio%2Fwired-tables/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260315936,"owners_count":22990859,"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":["datatables","hacktoberfest","laravel","livewire","livewire-datatables","php"],"created_at":"2024-09-24T19:49:36.573Z","updated_at":"2025-10-27T20:49:28.483Z","avatar_url":"https://github.com/defstudio.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n[\u003cimg src=\"https://github-ads.s3.eu-central-1.amazonaws.com/support-ukraine.svg?t=1\" /\u003e](https://supportukrainenow.org)\n\n# Laravel Livewire Datatables\n\n[![Latest Version on Packagist](https://img.shields.io/packagist/v/defstudio/wired-tables.svg?style=flat-square)](https://packagist.org/packages/defstudio/wired-tables)\n[![GitHub Tests Action Status](https://img.shields.io/github/actions/workflow/status/defstudio/wired-tables/run-tests.yml?branch=main\u0026label=tests)](https://github.com/defstudio/wired-tables/actions?query=workflow%3Arun-tests+branch%3Amain)\n[![GitHub Code Style Action Status](https://img.shields.io/github/actions/workflow/status/defstudio/wired-tables/php-cs-fixer.yml?branch=main\u0026label=code%20style)](https://github.com/defstudio/wired-tables/actions?query=workflow%3A\"Check+%26+fix+styling\"+branch%3Amain)\n[![Total Downloads](https://img.shields.io/packagist/dt/defstudio/wired-tables.svg?style=flat-square)](https://packagist.org/packages/defstudio/wired-tables)\n\nThis is where your description should go. Limit it to a paragraph or two. Consider adding a small example.\n\n## Support us\n\n[\u003cimg src=\"https://github-ads.s3.eu-central-1.amazonaws.com/wired-tables.jpg?t=1\" width=\"419px\" /\u003e](https://spatie.be/github-ad-click/wired-tables)\n\nWe invest a lot of resources into creating [best in class open source packages](https://spatie.be/open-source). You can support us by [buying one of our paid products](https://spatie.be/open-source/support-us).\n\nWe highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using. You'll find our address on [our contact page](https://spatie.be/about-us). We publish all received postcards on [our virtual postcard wall](https://spatie.be/open-source/postcards).\n\n## Installation\n\nYou can install the package via composer:\n\n```bash\ncomposer require defstudio/wired-tables\n```\n\nYou can publish the config file with:\n\n```bash\nphp artisan vendor:publish --tag=\"wired-tables-config\"\n```\n\nThis is the contents of the published config file:\n\n```php\nreturn [\n];\n```\n\nOptionally, you can publish the views using\n\n```bash\nphp artisan vendor:publish --tag=\"wired-tables-views\"\n```\n\n\n## Tailwind configuration\n\nIn order to keep wired tables tailwind classes, add this to your `tailwind.config.js`:\n\n```js\nmodule.exports = {\n    content: [\n        //...\n        './vendor/laravel/framework/src/Illuminate/Pagination/resources/views/*.blade.php',\n        './vendor/wire-elements/modal/resources/views/*.blade.php',\n        //...\n    ],\n    theme: {\n        extend: {},\n    },\n    plugins: [],\n    prefix: 'tw-',\n    corePlugins: {\n        preflight: false,\n    }\n}\n```\n\n### Using tailwind along with other frameworks (i.e. bootstrap)\n\nset `style = tailwind_3_prefixed` config in `configs/wired-tables.php` (see above for info on how to publish config file)\n\nand add these to your `tailwind.config.js`:\n\n```js\nmodule.exports = {\n    content: [\n        //...\n        './vendor/laravel/framework/src/Illuminate/Pagination/resources/views/*.blade.php',\n        './vendor/wire-elements/modal/resources/views/*.blade.php',\n    ],\n    \n    //...\n    \n    prefix: 'tw-',\n    corePlugins: {\n        //...\n        preflight: false,\n    }\n}\n```\n\n## Usage\n\n```php\n$wiredTables = new DefStudio\\WiredTables();\necho $wiredTables-\u003eechoPhrase('Hello, DefStudio!');\n```\n\n## Testing\n\n```bash\ncomposer test\n```\n\n## Changelog\n\nPlease see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.\n\n## Contributing\n\nPlease see [CONTRIBUTING](https://github.com/spatie/.github/blob/main/CONTRIBUTING.md) for details.\n\n## Security Vulnerabilities\n\nPlease review [our security policy](../../security/policy) on how to report security vulnerabilities.\n\n## Credits\n\n- [Fabio Ivona](https://github.com/def-studio)\n- [All Contributors](../../contributors)\n\n## License\n\nThe MIT License (MIT). Please see [License File](LICENSE.md) for more information.\n\n\n\n## TODO DOCS\n\n### Views can be overridden by publishing them\n```bash\nphp artisan vendor:publish --tag=\"wired-tables-views\"\n```\n\n### Views can be overridden on a single table also:\n```php\nMyTable extends WiredTable{\n    public function mainView(): string\n    {\n        return 'custom-main-view';\n    }\n```\n\nthe following view methods can be overridden:\n- `mainView()`: the main container view for the table\n- `tableView()`: the main table view\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdefstudio%2Fwired-tables","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdefstudio%2Fwired-tables","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdefstudio%2Fwired-tables/lists"}