JayP718 / powertable_bb_plugin

A "Datatable" like plugin which allows you to build a table based off of custom queries, supporting row selection, data export, and more!
MIT License
13 stars 1 forks source link

Make selected row data available for row click action #6

Open Adracir opened 9 months ago

Adracir commented 9 months ago

Great plugin so far! I am so happy about the "export csv" option that is otherwise not available for custom queries. The only aspect I am missing is a possibility to work with the data from the clicked row within the Row Click Action. My use case implies navigating to another screen that contains an id from the clicked row, like "edit/:id", so I would need a binding to the column "id" in my selected row in the table. This is unfortunately not given yet. Maybe also implementing one button per row would be great! This is a feature that is already supported in the normal budibase table.