diff --git a/README.md b/README.md index 32fbb12..2548e24 100644 --- a/README.md +++ b/README.md @@ -13,16 +13,16 @@ **if you want to create DataTable easy and quickly with crazy features, this package is for you.** These two Laravel packages are for making easy and quickly DataTable for your work with several features like: -- Searching: Easily search through your DataTable data. -- Sorting: Sort your data conveniently. -- Adding New Relations: Dynamically add new relationships between data. +- Searching +- Sorting +- Adding New Relations - Support for astrotomic/laravel-translatable Package: Seamlessly integrate with the astrotomic/laravel-translatable package for - multilingual support. -- Multiple Selections: Select multiple items in your DataTable. -- Delete/Delete All: Delete individual items or clear the entire DataTable. -- Restructuring Data: Refine and reorganize your data as needed. -- Permission Access: Control access to your DataTable based on permissions. -- Response Notifications for Events: Receive notifications about events and actions. -- Pagination: Implement pagination to handle large datasets effectively. +- Multiple Selections +- Delete/Delete All +- Restructuring Data +- Permission Access +- Response Notifications for Events +- Pagination The goal is to create Datatable in easy way using ajax, with interesting features, just with little steps, you can create it @@ -44,18 +44,15 @@ The goal is to create Datatable in easy way using ajax, ```php // app/DataGrid/PostGrid.php -render(); - + return ['success' => true, 'collection' => $posts]; } @@ -80,56 +77,50 @@ public function all(Request $request) ```html // resources/posts/index.blade.php - - + }, + ] + "> ```