github MedicOneSystems/livewire-datatables v0.5.4
Fixed exports

latest releases: v0.10.3, v0.10.2, v0.10.1...
2 years ago
  • Excel exports now have the correct column headers (based on $column->label or $column->name
  • Callback (or in fact any type of) columns can make use of ->exportCallback() to which you can pass a callback to format your output differently for export compared to the displayed version. Especially useful if you are using a view or html in a callback.
  • Column methods that use callback under the hood (eg. linkTo(), view(), editable(), truncate()) will now by default pass an unaltered value when exporting. This can be overridden with exportCallback().
  • Checkbox column is now automatically excluded from export

Don't miss a new livewire-datatables release

NewReleases is sending notifications on new releases.