beartropy / tables
This is yet another laravel livewire table and come as is. You can filter, you can sort, you can bulk, toggle columns, the basics.
Requires
- php: ^8.2
- beartropy/ui: *
Requires (Dev)
- livewire/livewire: ^3.7
- orchestra/testbench: ^9.0
- pestphp/pest: ^3.0
- pestphp/pest-plugin-laravel: ^3.0
This package is auto-updated.
Last update: 2026-06-08 23:54:21 UTC
README
🐻 Beartropy Tables
A flexible Livewire table component for the TALL stack
Tailwind • Alpine • Laravel • Livewire
This is yet another Laravel Livewire table package provided "as is". It offers the essentials for building data tables: filtering, searching, sorting, bulk actions, and column toggling.
📚 Documentation
The full documentation for this package involves installation, configuration, and advanced usage examples.
👉 Read the full documentation at beartropy.com/tables
✨ Key Features
- Searchable: Built-in search functionality to quickly find data.
- Sortable: Easy column sorting support for any field.
- Filters: Flexible filtering system to refine datasets.
- Bulk Actions: Perform actions on multiple selected rows at once.
- Column Toggling: Allow users to show or hide columns dynamically.
- TALL Stack Optimized: Built seamlessly for Tailwind CSS, Alpine.js, Laravel, and Livewire.
🚀 Quick Installation
You can install the package via composer:
composer require beartropy/tables
🤝 Contributing
Please see CONTRIBUTING for details.
📄 License
The MIT License (MIT). Please see License File for more information.
Note
Disclaimer: This software is provided "as is", without warranty of any kind, express or implied. Use at your own risk.