This is my table in low code app, I want to show the service details when clicking the row in the table.
I checked in settings section for configure action but, there i can only open a new page or link an url while clicking table element.
lowcode-app.PNG
Hello Baranisudha,
I think you are very close from what you want to achieve. If you are accessing the settings of the table itself, which you can access the following way:
Enter Edit mode.
Enter edit mode for the tables.
Then if you go to the right most component section and click the layout tab, you should be able to select the first collumn of your table, like you see next
There click in the pencil and this will open a window like the following:
There you can configure actions for that first collumn. In this case, I belive what you want to configure is the "Open a panel" option. This will allow you to open a panel filled in with all the information for that specific service you just clicked. See next:
WWith this option, when you click the row, a panel will open up in the right side of your sscreen with that valuable information you want to display. See an example
Hope this was helpful. Kind regards,
Jon
Hi Baranisudha,
Feel free to check following answer: https://community.dataminer.services/question/list-of-strings-in-gqi-query/answer/120409/
Through the steps suggested in that answer, you can open a popup on click of a table cell. Within the popup you can display the details of the service.
Are you able to retrieve the service details, that you want to show, through GQI?
Feel free to let me know if anything is unclear!
Best regards, Ward
It worked, Thank you. I’m trying to fetch the resource details under my service and display it on table. Placing the data into table cells of each row is bit confusing.
This solution worked for my requirement, thank you so much