livewire-datatables

Advanced datatables using Laravel, Livewire, Tailwind CSS and Alpine JS

MIT License

Downloads
605.4K
Stars
1.2K
Committers
67
livewire-datatables - Complex query builder

Published by marksalmon about 3 years ago

  • Adds the complex query builder
    #252

  • FIx postgres bug
    #261

  • Add a more versatile link method
    #266

livewire-datatables - Fixed exports

Published by marksalmon about 3 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
livewire-datatables - Bug fix

Published by marksalmon about 3 years ago

#243
#244

livewire-datatables - more minor fixes

Published by marksalmon about 3 years ago

livewire-datatables - minor fixes

Published by marksalmon over 3 years ago

livewire-datatables -

Published by marksalmon over 3 years ago

PHP 8 support

livewire-datatables - Merged PRs

Published by marksalmon almost 4 years ago

Update README.md (#64) …

Truncate search (#72) …

Apply fixes from StyleCI (#81) …

Make possible to disable highlighting (#75) …

Update LivewireDatatable.php (#79) …

livewire-datatables - Laravel 8.12 compatibility

Published by marksalmon almost 4 years ago

A naming collision was introduced in a recent Laravel update.

livewire-datatables - Bugs and PRs

Published by marksalmon about 4 years ago

#41

#37

#46

#35

livewire-datatables - Livewire 2 / Laravel 8 Support

Published by marksalmon about 4 years ago

livewire-datatables - Minor fixes

Published by marksalmon about 4 years ago

livewire-datatables - Checkboxes

Published by marksalmon about 4 years ago

Added

  • Checkbox rows
  • Slots
livewire-datatables - Bugfix

Published by marksalmon about 4 years ago

FIxed #15

Removed unnecessary named-route caused by gratuitous copy-pasting from livewire core.

livewire-datatables - Bugfix

Published by marksalmon about 4 years ago

Fix

Bug where adjacent aligned columns caused problems due to lack of .table-cell class

livewire-datatables - Featues

Published by marksalmon about 4 years ago

New Features

Delete

  • Column static method Column::delete() creates a column containing a delete button with ocnfirmation modal

Align

  • Column fluent methods ->alignRight() and ->alignCenter() to align header and contents

Refresh

  • Added a listener for refreshLivewireDatatable to allow refreshing table from external components
livewire-datatables - Fixes

Published by marksalmon about 4 years ago

  • Updated README
  • Fixed clumsy loading indicator
  • Fixed position of column show/hide multiselect
livewire-datatables - Fixed download URL

Published by marksalmon about 4 years ago

thanks to #12

livewire-datatables - Bugfix

Published by marksalmon about 4 years ago

Fixed pagination issues described in #10

livewire-datatables - Eloquent

Published by marksalmon about 4 years ago

Adds the ability to define column names with Eloquent syntax which will automatically create joins/subqueries and is 🔥

livewire-datatables - Tidying

Published by marksalmon about 4 years ago

  • Removed the with directive. Can be automatically inferred from column names
  • Removed rename directives and incorporated syntax into include directive