|
1 | 1 | # Laravel DataTables Buttons Plugin CHANGELOG. |
2 | 2 |
|
| 3 | +## v3.2.2 - 07-31-2018 |
| 4 | + |
| 5 | +- Keep original type in exportable array. [#67] credits to @FabienLucini. |
| 6 | + |
3 | 7 | ## v3.2.1 - 02-21-2018 |
4 | 8 |
|
5 | 9 | - Add reset to column search and icons to copy and colvis buttons [#59], credits to @Namoshek. |
@@ -117,6 +121,7 @@ ajax(), dataTable(), query(), csv(), excel(), pdf(), printPreview() |
117 | 121 |
|
118 | 122 | - First stable release. |
119 | 123 |
|
| 124 | +[#67]: https://github.com/yajra/laravel-datatables-buttons/pull/67 |
120 | 125 | [#59]: https://github.com/yajra/laravel-datatables-buttons/pull/59 |
121 | 126 | [#57]: https://github.com/yajra/laravel-datatables-buttons/pull/57 |
122 | 127 | [#49]: https://github.com/yajra/laravel-datatables-buttons/pull/49 |
|
0 commit comments