Closed aymanalhattami closed 3 years ago
What is the exact problem or error that you are facing?
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
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 .
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 .
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