Adding Lookup View Dialog on Inputs with relations...
# ideas-and-suggestions
m
Adding Lookup View Dialog on Inputs with relationships.
It will be very handy to choose data once I click the input, select based on the schema what attribute I need and that's all instead of going manually to the table and copy the Id and paste it in the input.
Once the click triggers on the input, a modal dialog with the primary attributes from the relationship table will be shown. Once the row is selected, get the id of the element and add it to the input. The top of the table will also have a search for each column to find the element fasater (see devextreme tables/views as example)
- I could try as well to implement it, if I can get some "guidance" on where I need to look in the github repo