Releases: Power-Components/livewire-powergrid
v1.2.3
v1.2.2
Layout correction
- Improvements to filter components
- Responsive layout (tailwind)
- DarkMode (tailwind) - see demo
Back-end fix
Display html on action - issues 38
News
- ToggleColumns allows to show/hide columns - setUp - showToggleColumns
- ThemeManager - Allows you to change a CSS behavior for a particular component class or globally - template
- Release Notification - when you run the powergrid:create command, we can let you know if you are using an older version - notification
- Method createFromFillable refactored for more databases support - pull 51
v1.1.7
- Fixed when not passed relationSearch method
v1.1.6
v1.1.5
- fix sort direction
- search with resetPage
v1.1.4
-
added event method inside action method
-
https://livewire-powergrid.docsforge.com/main/getting-started/#2-event-listeners
v1.1.3
- Fix translation for select inputs
v1.1.2
- fix bootstrap button class
- fiz bootstrap pagination
v1.1.1
v1.1.0
What has changed ?
Summary: an addColumns method has been added where all the configuration of columns (addColumn) will be previously inside dataSource.
The dataSource method receives only the model call without get ()
to use the Model feature and with get it is automatically understood as using the Collection.
Different from the previous v1.0.2? Some things have changed but it is fully compatible. We advise you to upgrade to the new model.
What's new ?
- Model creation support (internally using pagination)
- Rename the file to be downloaded well with the options per screen (excel, csv)
- Add the method:
->showExportOption ('download', ['excel', 'csv'])
within the setUp method - Modal opening support using the Livewire UI Modal component
- Tests with pestphp
- Allow to use subfolders in create command
What improvements:
Command updates: creation in a specific directory and showing the component name in the console.
Documentation is now at http://livewire-powergrid.docsforge.com/