We have updated Flexmonster Software License Agreement, effective as of September 30, 2024. Learn more about what’s changed.

Nested/Sub Table inside Parent Table

Answered
Bushra Muneer asked on August 22, 2023

Hello, we have a question regarding flat tables contains sub tables for reference please check the attached image.
 
In our application, we have a button to open a table i.e. the nested table functionality inside the parent  (+) and (-) to close it. Image Attached
 In Flexmonster, I am having the functionality of drill through view, but I am confused to implement this inside the parent grid?
Has there been any functionality same in Flexmonster ?
 
Thank you in advance 🙂

Attachments:
s2.png

1 answer

Public
Maksym Diachenko Maksym Diachenko Flexmonster August 24, 2023

Hello, Bushra!

Thank you for reaching out to us.

You could implement similar functionality by adding a custom pop-up container with another Flexmonster instance inside it. The open/close handlers can be added to cells with the customizeCell() API call, which can individually customize each grid cell. The cell data required for custom visualization is stored in the CellDataObject and can be passed to the handler function, which will open the pop-up. 
For reference, you can use this JSFiddle example with a pivot pop-up and customize it to fit your application's requirements.

Hope you will find this information helpful.

Best Regards,
Maksym

Please login or Register to Submit Answer