'How to export only selected row in csv in backpack laravel

I have using pro version of backpack for laravel. I have used enableExportButtons in list operation to export data. I have also used enableBulkActions to enable checkbox in each rows.

Now, I want to export only selected rows. How can I do this? enter image description here



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