|
6 | 6 | [](LICENSE.md)
|
7 | 7 | [](https://github.com/starfolksoftware/inertia-table/actions/workflows/php.yml)
|
8 | 8 |
|
9 |
| -## [⚠️ Don't start using this package for new projects ⚠️](https://github.com/starfolksoftware/inertia-table/issues/122) |
10 |
| - |
11 |
| -This package provides a *DataTables-like* experience for [Inertia.js](https://inertiajs.com/) with support for searching, filtering, sorting, toggling columns, and pagination. It generates URLs that can be consumed by Spatie's excellent [Laravel Query Builder](https://github.com/spatie/laravel-query-builder) package, with no additional logic needed. The components are styled with [Tailwind CSS 3.0](https://tailwindcss.com/), but it's fully customizable with slots. The data refresh logic is based on Inertia's [Ping CRM demo](https://github.com/inertiajs/pingcrm). |
12 |
| - |
13 |
| - |
14 |
| - |
15 |
| -## Support this package! |
16 |
| - |
17 |
| -❤️ We proudly support the community by developing Laravel packages and giving them away for free. If this package saves you time or if you're relying on it professionally, please consider [sponsoring the maintenance and development](https://github.com/sponsors/pascalbaljet). Keeping track of issues and pull requests takes time, but we're happy to help! |
18 |
| - |
19 |
| -## Laravel Splade |
20 |
| - |
21 |
| -**Did you hear about Laravel Splade? 🤩** |
22 |
| - |
23 |
| -It's the *magic* of Inertia.js with the *simplicity* of Blade. [Splade](https://github.com/starfolksoftware/laravel-splade) provides a super easy way to build Single Page Applications using Blade templates. Besides that magic SPA-feeling, it comes with more than ten components to sparkle your app and make it interactive, all without ever leaving Blade. |
24 |
| - |
25 | 9 | ## Features
|
26 | 10 |
|
27 | 11 | * Auto-fill: auto generates `thead` and `tbody` with support for custom cells
|
@@ -481,27 +465,13 @@ Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recen
|
481 | 465 |
|
482 | 466 | Please see [CONTRIBUTING](CONTRIBUTING.md) for details.
|
483 | 467 |
|
484 |
| -## Other Laravel packages |
485 |
| - |
486 |
| -* [`Laravel Analytics Event Tracking`](https://github.com/starfolksoftware/laravel-analytics-event-tracking): Laravel package to easily send events to Google Analytics. |
487 |
| -* [`Laravel Blade On Demand`](https://github.com/starfolksoftware/laravel-blade-on-demand): Laravel package to compile Blade templates in memory. |
488 |
| -* [`Laravel Cross Eloquent Search`](https://github.com/starfolksoftware/laravel-cross-eloquent-search): Laravel package to search through multiple Eloquent models. |
489 |
| -* [`Laravel Eloquent Scope as Select`](https://github.com/starfolksoftware/laravel-eloquent-scope-as-select): Stop duplicating your Eloquent query scopes and constraints in PHP. This package lets you re-use your query scopes and constraints by adding them as a subquery. |
490 |
| -* [`Laravel Eloquent Where Not`](https://github.com/starfolksoftware/laravel-eloquent-where-not): This Laravel package allows you to flip/invert an Eloquent scope, or really any query constraint. |
491 |
| -* [`Laravel FFMpeg`](https://github.com/starfolksoftware/laravel-ffmpeg): This package provides an integration with FFmpeg for Laravel. The storage of the files is handled by Laravel's Filesystem. |
492 |
| -* [`Laravel Form Components`](https://github.com/starfolksoftware/laravel-form-components): Blade components to rapidly build forms with Tailwind CSS Custom Forms and Bootstrap 4. Supports validation, model binding, default values, translations, includes default vendor styling and fully customizable! |
493 |
| -* [`Laravel Mixins`](https://github.com/starfolksoftware/laravel-mixins): A collection of Laravel goodies. |
494 |
| -* [`Laravel Verify New Email`](https://github.com/starfolksoftware/laravel-verify-new-email): This package adds support for verifying new email addresses: when a user updates its email address, it won't replace the old one until the new one is verified. |
495 |
| -* [`Laravel Paddle`](https://github.com/starfolksoftware/laravel-paddle): Paddle.com API integration for Laravel with support for webhooks/events. |
496 |
| -* [`Laravel WebDAV`](https://github.com/starfolksoftware/laravel-webdav): WebDAV driver for Laravel's Filesystem. |
497 |
| - |
498 | 468 | ## Security
|
499 | 469 |
|
500 |
| -If you discover any security related issues, please email [email protected] instead of using the issue tracker. |
| 470 | +If you discover any security related issues, please email [email protected] instead of using the issue tracker. |
501 | 471 |
|
502 | 472 | ## Credits
|
503 | 473 |
|
504 |
| -- [Faruk Nasir](https://github.com/starfolksoftware) |
| 474 | +- [Faruk Nasir](https://github.com/frknasir) |
505 | 475 | - [All Contributors](../../contributors)
|
506 | 476 |
|
507 | 477 | ## License
|
|
0 commit comments