With the current UI template you can’t unless you know two of the three parameters upfront when creating the component, in which case you can partially apply them and pass in the resulting function taking one parameter.
The Contracts component is really just meant as an example to be copied and modified, so you can simply adopt it to be more powerful. One idea for generalizing this component would be to be able to pass in arbitrary React components as column contents, which would make it more flexible.
Do you have example code showing how to make these partially applied (or fully applied) requests? It sounds from the above like @ManishGrover does have all the parameters he needs to pass.
You now have a function that just takes one parameter, which you can use in the actions array in the template. But I think the original question was if the template supports multiple parameters defined via user input - and it does not (currently).