'How to export only selected row in csv in backpack laravel
Solution 1:[1]
Backpack doesn't have a built-in way to do that, it just uses the Export functionality from DataTables. The only way I see possible right now is to create a custom operation that downloads a PDF with the Show view.
We do have a closed-source operation that does just that, we call it "Download". If you're interested please contact the Backpack team.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | tabacitu |