When I fetch my model file using query builder, the search part does not work

When I fetch my model file using query builder, the search part does not work

MuhammedVeysiMuhammedVeysi Posts: 1Questions: 1Answers: 0
edited March 2023 in Free community support

My Ajax Code

My Model

Blade Ajax Code

Blade Table Code

I'm using => php 7.4, laravel 6.2 and yajra-datatable-oracle 9.2

The datatable.php file under App/Config is the standard file, I didn't make any changes.

if i use Model::get() method i get run time exception error because it works too slow, when i use Model::query() it speeds up but search part doesn't work.

When i use Model::query() When I type in the search part, it becomes success very quickly and the first 10 values ​​in the default table are constantly coming.

Answers

  • allanallan Posts: 61,438Questions: 1Answers: 10,052 Site admin
    edited March 2023

    This is Yajra specific, so you'd need to ask in the Yajra support channels. We don't write nor provide support for those libraries I'm afraid (since I didn't author them and haven't used them much myself).

    Allan

Sign In or Register to comment.