Description of the limitation and why it is relevant to address
As a developer I want to be able to create dynamic options in an OptionField within a Table so that users get the right options depending on user inputs.
I think this is relevant for the VIKTOR platform because currently this is possible for DynamicArray but not for Table.
This was mentioned in Look-up cell values within Dynamic Array Row (or Table Row) - Feature Requests - VIKTOR Community but creating a new post as that one was resolved and closed.
Submitter proposed design (optional)
Allow this through a callback function, similar to how it works for DynamicArray.
Current workarounds
Use DynamicArray instead, but I need to use a Table as it’s important that the users can quickly and easily paste data from Excel.