Skip to content

Releases: yajra/laravel-datatables-export

v0.9.0

01 Jul 10:50

Choose a tag to compare

  • Migrate to OpenSpout v3 #20

v0.8.0

29 Jun 12:59

Choose a tag to compare

  • Add option to use cursor or lazy to iterate with the results #17
  • Fix export error when path does not exist yet
  • Fix [Feature Request] Make storage path configurable #16

v0.7.1

15 Jun 09:19

Choose a tag to compare

  • Use lazy to fix support with eager loaded relations.

v0.7.0

13 May 02:19

Choose a tag to compare

v0.6.1

14 Oct 08:21

Choose a tag to compare

  • Fix export title, strip html tags.
  • Use CellTypeHelper to determine date values.

v0.6.0

13 Oct 13:45

Choose a tag to compare

  • Use box/spout instead of Laravel Excel. #13
  • Add support for number format and text with leading zeroes.

v0.5.2

13 Oct 05:31

Choose a tag to compare

  • Fix export when used with Eloquent Builder. #12
  • Fix support for Query Builder.

v0.5.1

13 Oct 02:38

Choose a tag to compare

  • Fix render method override #11

v0.5.0

12 Oct 13:34

Choose a tag to compare

  • Passing attributes with self::class #10
  • Allow reconstruction of DataTable instance with custom attributes set via controller.

v0.4.0

12 Oct 06:30

Choose a tag to compare

  • Add cast to array for variable $row. #9
  • Add support for DB Query.