Skip to content
This repository was archived by the owner on Jun 27, 2024. It is now read-only.

Commit 9f35f4e

Browse files
authoredJun 27, 2024
Update README.md
1 parent e0c63c8 commit 9f35f4e

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed
 

‎README.md

+9-7
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,15 @@
66
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE.md)
77
[![run-tests](https://github.com/protonemedia/inertiajs-tables-laravel-query-builder/actions/workflows/php.yml/badge.svg?branch=main)](https://github.com/protonemedia/inertiajs-tables-laravel-query-builder/actions/workflows/php.yml)
88

9-
## [⚠️ Don't start using this package for new projects ⚠️](https://github.com/protonemedia/inertiajs-tables-laravel-query-builder/issues/122)
9+
---
10+
11+
# This package is not maintained anymore, but it has a successor: [Inertia Table](https://inertiaui.com/inertia-table) 🚀
12+
13+
**Inertia Table** is a brand new, premium package that's built from the ground up. It combines the best of this package with all the enhancements and new features of the Splade variant. The package in this repository is considered legacy and won't be updated anymore. It has some architectural flaws that are fixed in the new one.
14+
15+
The new package has a modern foundation and many requested features like **date filters**, **bulk actions**, **exports**, **dark mode**, **built-in query builder**, and **better customization**. There's also a React version coming. Check out all the features of the new package in the documentation: https://inertiaui.com/inertia-table/docs/introduction
16+
17+
---
1018

1119
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).
1220

@@ -16,12 +24,6 @@ This package provides a *DataTables-like* experience for [Inertia.js](https://in
1624

1725
❤️ 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!
1826

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/protonemedia/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-
2527
## Features
2628

2729
* Auto-fill: auto generates `thead` and `tbody` with support for custom cells

0 commit comments

Comments
 (0)