livewire-powergrid

⚡ PowerGrid generates modern, powerful and easy-to-customize data tables using Laravel Livewire.

MIT License

Downloads
1.2M
Stars
1.4K
Committers
99
livewire-powergrid - v2.4.5

Published by luanfreitasdev over 2 years ago

What's Changed

  • The class attribute is not rendered correctly by @d4rkstar in https://github.com/Power-Components/livewire-powergrid/pull/383
  • Duplicate checkboxValues array when selecting all by @luanfreitasdev
  • When line marked as hidden using Action Rules was showing in checkboxValues by @luanfreitasdev
  • Correct import from flatpickr to powergrid-demo by @luanfreitasdev

New Contributors

Full Changelog: https://github.com/Power-Components/livewire-powergrid/compare/v2.4.4...v2.4.5

livewire-powergrid - v2.4.4

Published by luanfreitasdev over 2 years ago

What's Changed

Full Changelog: https://github.com/Power-Components/livewire-powergrid/compare/v2.4.3...v2.4.4

livewire-powergrid - v2.4.3

Published by luanfreitasdev over 2 years ago

THIS UPDATE REQUIRES YOU TO CHANGE YOUR config/livewire-powergrid.php:

Rename flat_piker to flatpickr

 'plugins' => [
        // ...
        'flatpickr' => [
         // ...

  • Fix flatpickr locale
  • Add table->divClass and table->divStyle to manipulate a div above
  • Add trFiltersClass and trFiltersStyle to manipulate a filter tr
  • Fix page alignment when you don't have per Page Values to show
livewire-powergrid - v2.4.2

Published by luanfreitasdev over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/Power-Components/livewire-powergrid/compare/v2.4.1...v2.4.2

livewire-powergrid - v2.4.1

Published by luanfreitasdev over 2 years ago

  • build js & css
livewire-powergrid - v2.4.0

Published by luanfreitasdev over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/Power-Components/livewire-powergrid/compare/v2.3.7...v2.4.0

livewire-powergrid - v2.3.7

Published by luanfreitasdev over 2 years ago

What's Changed

Full Changelog: https://github.com/Power-Components/livewire-powergrid/compare/v2.3.6...v2.3.7

livewire-powergrid - v2.3.6

Published by luanfreitasdev over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/Power-Components/livewire-powergrid/compare/v2.3.5...v2.3.6

livewire-powergrid - v2.3.5

Published by luanfreitasdev over 2 years ago

What's Changed

Full Changelog: https://github.com/Power-Components/livewire-powergrid/compare/v2.3.4...v2.3.5

livewire-powergrid - v2.3.4

Published by luanfreitasdev over 2 years ago

What's Changed

public function setUp(): void
{
      $this->persist(['columns', 'filters']); // If you need the state of columns and filters to be saved in cookies, you can use the persist method.
}

Full Changelog: https://github.com/Power-Components/livewire-powergrid/compare/v2.3.3...v2.3.4

livewire-powergrid - v2.3.3

Published by luanfreitasdev over 2 years ago

What's Changed

Full Changelog: https://github.com/Power-Components/livewire-powergrid/compare/v2.3.2...v2.3.3

livewire-powergrid - v2.3.2

Published by luanfreitasdev over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/Power-Components/livewire-powergrid/compare/v2.3.1...v2.3.2

livewire-powergrid - v2.3.1

Published by luanfreitasdev over 2 years ago

livewire-powergrid - v2.3.0

Published by luanfreitasdev over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/Power-Components/livewire-powergrid/compare/v2.2.6...v2.3.0

livewire-powergrid - v2.2.6

Published by luanfreitasdev over 2 years ago

🔥 Translations

Add russian translation #273

livewire-powergrid - v2.2.5

Published by luanfreitasdev over 2 years ago

🛠️ Fix

  • Update method is not updating the correct record. #258

What's Changed

New Contributors

Full Changelog: https://github.com/Power-Components/livewire-powergrid/compare/v2.2.4...v2.2.5

livewire-powergrid - v2.2.4

Published by luanfreitasdev over 2 years ago

🛠️ Fix

  • openModal
livewire-powergrid - v2.2.3

Published by luanfreitasdev over 2 years ago

🛠️ Fix

  • openModal, emit on action buttons
livewire-powergrid - v2.2.2

Published by luanfreitasdev almost 3 years ago

Added

Model autocomplete on powergrid:create command #238

image

livewire-powergrid - v2.2.1

Published by luanfreitasdev almost 3 years ago

🛠️ Fix

  • Fix class attribute on action button