Skip to content

Releases: yajra/laravel-datatables-export

v0.7.1

15 Jun 09:19
Compare
Choose a tag to compare
  • Use lazy to fix support with eager loaded relations.

v0.7.0

13 May 02:19
Compare
Choose a tag to compare

v0.6.1

14 Oct 08:21
Compare
Choose a tag to compare
  • Fix export title, strip html tags.
  • Use CellTypeHelper to determine date values.

v0.6.0

13 Oct 13:45
Compare
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
Compare
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
Compare
Choose a tag to compare
  • Fix render method override #11

v0.5.0

12 Oct 13:34
Compare
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
Compare
Choose a tag to compare
  • Add cast to array for variable $row. #9
  • Add support for DB Query.

v0.3.0

07 Oct 07:17
Compare
Choose a tag to compare
  • Add batch job name. #6
  • Set default export to xlsx. #7

v0.2.0

06 Oct 15:15
Compare
Choose a tag to compare
  • Add option to set exportFormat from Column builder. #3
  • Add ability to auto-detect date fields / formats. #3