You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there any future feature / way to implement the default laravel's api resources in this datatable? https://laravel.com/docs/5.6/eloquent-resources
I can see it uses the league/fractal but it would be great if we could implement the default one from laravel which could decrease a dependency and we could use common way to implement the api output for other api's and the data table api response.
I can also see the one issue on #1515 but still that doesn't have a correct work around to use the Api Resources. Is there any way to implement the resources api rather than using collection?
Any help will be appreciated.
The text was updated successfully, but these errors were encountered:
Summary of problem or feature request
Is there any future feature / way to implement the default laravel's api resources in this datatable?
https://laravel.com/docs/5.6/eloquent-resources
I can see it uses the
league/fractal
but it would be great if we could implement the default one from laravel which could decrease a dependency and we could use common way to implement the api output for other api's and the data table api response.Code snippet of problem
-->
System details
Edit:
I can also see the one issue on #1515 but still that doesn't have a correct work around to use the Api Resources. Is there any way to implement the resources api rather than using collection?
Any help will be appreciated.
The text was updated successfully, but these errors were encountered: