Releases: Power-Components/livewire-powergrid
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/
Add spout
adds spout support for exporting xlsx and csv files to large numbers of records.
In the tests performed it was possible to export 2 million records being separated by the limitation of each sheet in a single file.
Dropdown Export - Export to Csv
-
allows you to export records returned by the filter
-
added select contains operator in bootstrap 5
-
fixed visibleInExport method
-
allow the user to give a custom name for the download: now you can set the parameter exportedFileName ($name) in setUp see in doc
1.0.0
- first stable version