InfyOmLabs / laravel-generator

API and Admin Panel CRUD Generator for Laravel.
https://www.infyom.com/open-source
MIT License
3.78k stars 812 forks source link

Datatables does not work with Infyom in laravel 8 #949

Closed aymanalhattami closed 3 years ago

aymanalhattami commented 3 years ago

Datatables does not work with Infyom. I use laravel 8, and I followed these links to install datatables with laravel and infyom

https://www.infyom.com/open-source/laravelgenerator/docs/8.0/generator-options
https://www.infyom.com/blog/how-to-use-datatables-in-infyom-laravel-generator
https://github.com/yajra/laravel-datatables
https://github.com/yajra/laravel-datatables-buttons
https://github.com/yajra/laravel-datatables-html

mitulgolakiya commented 3 years ago

What is the exact problem or error that you are facing?

aymanalhattami commented 3 years ago

I found the solution It was in the table.blade.php

use

@section('third_party_scripts')
    @include('layouts.datatables_js')
    {!! $dataTable->scripts() !!}
@endsection

instead of

@push('third_party_scripts')
    @include('layouts.datatables_js')
    {!! $dataTable->scripts() !!}
@endpush
anirudha2143 commented 3 years ago

Create the new database from the scratch 👍🏻

On Wed, 17 Mar 2021, 1:14 pm aymen mohammed, @.***> wrote:

Closed #949 https://github.com/InfyOmLabs/laravel-generator/issues/949.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/InfyOmLabs/laravel-generator/issues/949#event-4468588709, or unsubscribe https://github.com/notifications/unsubscribe-auth/AFOMVUWZ4YO623XBUX6N3IDTEBMWZANCNFSM4ZIUHI5A .

anirudha2143 commented 3 years ago

I think it will do

On Wed, 17 Mar 2021, 9:24 pm Anirudha Kulkarni, @.***> wrote:

Create the new database from the scratch 👍🏻

On Wed, 17 Mar 2021, 1:14 pm aymen mohammed, @.***> wrote:

Closed #949 https://github.com/InfyOmLabs/laravel-generator/issues/949.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/InfyOmLabs/laravel-generator/issues/949#event-4468588709, or unsubscribe https://github.com/notifications/unsubscribe-auth/AFOMVUWZ4YO623XBUX6N3IDTEBMWZANCNFSM4ZIUHI5A .