Power-Components / livewire-powergrid

⚡ PowerGrid generates modern, powerful and easy-to-customize data tables using Laravel Livewire.
https://livewire-powergrid.com
MIT License
1.49k stars 220 forks source link

Queue export with dependencies #1361

Closed luanfreitasdev closed 8 months ago

luanfreitasdev commented 8 months ago

Discussed in https://github.com/Power-Components/livewire-powergrid/discussions/1360

Originally posted by **caiochami** January 30, 2024 I have a data table component that relies on the current workspace the user is at. The component looks like this ![image](https://github.com/Power-Components/livewire-powergrid/assets/17772351/06346b36-0bf7-465f-af94-0a3b3ee27624) ![image](https://github.com/Power-Components/livewire-powergrid/assets/17772351/17166bcc-4aea-432e-a9c0-4f487e06e019) ![image](https://github.com/Power-Components/livewire-powergrid/assets/17772351/f7b043bf-b1be-4ccc-8a37-4270faf68c83) The problem is when the user exports data using the queue system. ![image](https://github.com/Power-Components/livewire-powergrid/assets/17772351/9395cd68-03ec-4e2c-89a7-57d849995ad5) Is there an easy workaround for that? Thanks
luanfreitasdev commented 8 months ago

Done in https://github.com/Power-Components/livewire-powergrid/releases/tag/v5.3.3