ExportAction with dynamic exporter name based on the current row model value

I don't know if it is possible but i have a feeling it is
i have a custom list table with export action and for each row, i have different custom exporter defined. My problem is that ->exporter(<string>), takes only a string. The real issue is how to get the current value when the table is built so that i could build the correct exporter name.
Was this page helpful?