Skip to content

Releases: Power-Components/livewire-powergrid

v1.1.0

23 May 14:34
3e37e3f
Compare
Choose a tag to compare

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

06 May 18:42
ba36a3d
Compare
Choose a tag to compare

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.

https://opensource.box.com/

Dropdown Export - Export to Csv

04 May 18:57
Compare
Choose a tag to compare
  • 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

01 May 12:38
Compare
Choose a tag to compare
  • first stable version