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
I'm currently using Yajra DataTables 10 on Laravel 10 and I'm facing this problem when I tried Export As PDF (Laravel Snappy, I've installed wkhtmltopdf via composer also.
I modified the laravel-datatables-vite package into my needs, which is removing the jquery and bootstrap and changed it to match my app theme accordingly (Bootstrap 4.6 and jQuery 3.6)
Windows
PHP 8.1
Laravel 10
Laravel-Datatables 10
The text was updated successfully, but these errors were encountered:
Thanks, it's fixed.
Solution was to keep "knplabs/knp-snappy": "1.4.1" (install that specific version if you don't have one) in composer.json. ^1.43 still has problems with it.
Summary of problem or feature request
I'm currently using Yajra DataTables 10 on Laravel 10 and I'm facing this problem when I tried Export As PDF (Laravel Snappy, I've installed wkhtmltopdf via composer also.
Code snippet of problem
PHP Controller File
PHP Service file:
main.js
System details
I modified the laravel-datatables-vite package into my needs, which is removing the jquery and bootstrap and changed it to match my app theme accordingly (Bootstrap 4.6 and jQuery 3.6)
The text was updated successfully, but these errors were encountered: