Hello Community,
I display few data through Api call in this table now I want to show some other details for respective row.
these are the possible things i want to create
1. add new column which have a button for respective row after click that button new page will popup or open. on this page some parameter will be their in those param i will show remaining data for respective
so basically i just show some important details on table but remaining details i want to show for respective row after click on some button or this rows
Hi Chirangee,
I never tried it for a table row, but maybe the pagebutton is something you can use: Page button | DataMiner Docs
You can also use a normal button and place your details parameters or subtable next to your table (e.g. in another column of the page) and fill them by using a QAction.
Please keep in mind that you can also use Dashboards/Low Code Apps to manipulate tables for an enduser UI. Not everythings has to be done within the protocol.
Best regards,
Felix