Need a special offer?Find out if your project fits.
+

how to make table to occupy parent container height

Answered
manoj asked on June 12, 2020

Now table behavior is plotting it in predefined height. Our requirement is table should flow along parent container height. Could you please guide

Attachments:
fm-height.png

1 answer

Public
Illia Yatsyshyn Illia Yatsyshyn Flexmonster June 12, 2020

Hello,
 
Thank you for reaching out to us.
 
The desired result can be achieved by specifying the height property of the container in percents.
Please see the following code snippet for the reference:

var pivot = new Flexmonster({
  container: "pivotContainer",
  componentFolder: "<https://cdn.flexmonster.com/>",
  height: "100%",
  toolbar: true,
  report: {
    ...
  }
});

 
Please let us know if it works for you.
Do not hesitate to contact us in case additional questions arise.
 
Regards,
Illia

Please login or Register to Submit Answer