215
Views
16
Comments
Solved
On click of table row row, I have to show detail data of list

Hi, I am new to outsystem SS.. I am exploring outsystem service studio for our organisation,

I have to achieve functionality shown in picture 

On click of table row I have to show detail view within same page by fetching data from database.




Could you please help me into it ?

2022-12-09 04-50-17
Shubham Doshi
Solution
Semicolonv1_1.oml
2022-12-09 04-50-17
Shubham Doshi

Hello Rohit,

Is it data grid or just a table?

UserImage.jpg
Rohit Kshirsagar

it's table 

2022-12-09 04-50-17
Shubham Doshi

Kindly refer the attached OML. Let me know if it was the same use case your are looking for.

DemoT.oml
UserImage.jpg
Rohit Kshirsagar

Thanks for quick response 
it's showing blank records 

2022-12-09 04-50-17
Shubham Doshi

Check if there is data available in the database.

For me it showing the list and details as well:

UserImage.jpg
Rohit Kshirsagar

No, Not able to see data in database

also showing below dependencies message

2022-12-09 04-50-17
Shubham Doshi

Manage the dependencies. Also Check the logic, implement the same in your application.

UserImage.jpg
Rohit Kshirsagar
Semicolonv1_1.oml
2022-12-09 04-50-17
Shubham Doshi
Solution
Semicolonv1_1.oml
UserImage.jpg
Rohit Kshirsagar
2021-12-23 04-28-09
Navneet Sharma

Hello Rohit,

As I understood you Problem you want to Details page opened in New tab.

If you want same I understood, you  can archive this by the JS .

 JS Code.

window.open('\CustomerDetail?CustomerId='+$parameters.Id, "_blank")

I hope you will find the solutions.


Thanks & Regards

Navneeet

UserImage.jpg
Rohit Kshirsagar

No, I want to open detail view on same page.

2022-12-09 04-50-17
Shubham Doshi

I have done the same logic in the OML which I have shared. Kindly refer the logic or send me your OML

2022-03-08 06-34-45
swapnil powar

Hello,

If you want to display details on same page when you clicked on row, then you can use web block to show details on same page, using on parameter changed event of web block.

Regards,

Swapnil Powar

2021-12-23 04-28-09
Navneet Sharma

Hi,

For Complete Demo 

you can find the Solutions with Attached OML.

you can refer this


Thanks 

Navneet

ReactiveWeb_DetailsPageNewTab.oml
UserImage.jpg
Shriyash Dixit

Hello Rohit,


In your case one forge component is suitable , or you can take reference from my demo.
PFA OML below



Thanks,

Shriyash

Customtableexpandable.oml
Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.