Is it possible to feed react component to ‘taskColumns’ object in order to render task table rows?
I am looking to render a dropdown menu in one column so that the user can click on a button and render that menu, and select an option from that menu.
Based on the selection, I want to dynamically call certain functions.