Laravel DataTables 7.0 splits Laravel DataTables 6.x into a main package and plugins packages for more flexibile and pluggable design.
8
+
Laravel DataTables 10.0 splits Laravel DataTables 6.x into a main package and plugins packages for more flexibile and pluggable design.
9
9
10
10
### Buttons Plugin
11
-
On Laravel DataTables 7.0, service classes and files are extracted into a separate package to reduce its complexity and dependencies on other packages by default.
11
+
On Laravel DataTables 10.0, service classes and files are extracted into a separate package to reduce its complexity and dependencies on other packages by default.
12
12
This idea comes up from [Issue #832](https://.com/yajra/{{package}}/issues/832) which actually makes sense since not all users are using the export functionality.
13
13
14
14
### DomPDF
15
-
`DomPDF` dependency is now optional on Laravel DataTables 7.0 and was transferred to Buttons plugin.
15
+
`DomPDF` dependency is now optional on Laravel DataTables 10.0 and was transferred to Buttons plugin.
16
16
And the `Buttons` plugin will now give you a choice to install it or not.
17
17
This was as a `suggest` since we now have an option to use [`snappy`](https://.com/barryvdh/laravel-snappy) as our pdf generator.
0 commit comments