Closed josegus closed 1 year ago
Self joins is not yet supported by the package. There is a PR that address this but it breaks on the soft deletes model and was reverted https://github.com/yajra/laravel-datatables/pull/2051.
This issue is stale because it has been open for 30 days with no activity. Remove stale label or comment or this will be closed in 7 days.
This issue was closed because it has been inactive for 7 days since being marked as stale.
Summary of problem or feature request
I recently installed https://github.com/atayahmet/laravel-nestable and added NestableTrait to my model "Categoria". This is causing an issue, returning "No available engine for App\Categoria" message. I really need to use both (datatables and nestable). Any idea how can i make both work correctly?
I have not run "vendor publish" for datatables, since I don't need customization. I have other models (Producto, Cliente) working the same: ajax and using datatables() helper, but without NestableTrait.
Code snippet of problem
I'm using ajax, so my code looks like:
And my Categoria model:
System details