Author Topic: Nested grid cannot display full detail table  (Read 2074 times)

resolvecomputing

  • Pro Ultimate
  • Newbie
  • *
  • Posts: 40
    • View Profile
Nested grid cannot display full detail table
« on: March 22, 2018, 12:55:05 pm »
Hi team
When i did the nested grid i saw height of row level1 always fixed after i open row
this is link of example https://plnkr.co/edit/1KWUOfOXzXtRePc3Sptw?p=preview

Can you check and give me feedback

Thank you very much!

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6298
    • View Profile
Re: Nested grid cannot display full detail table
« Reply #1 on: March 22, 2018, 05:09:43 pm »
It requires addition of javascript-detect-element-resize/jquery.resize.js ( from SDK ) in the document as explained in this example:

https://paramquery.com/pro/demos/detail

Please check this plnkr.

https://plnkr.co/edit/3DGZd9Zea4NDztgN3DTy?p=preview

resolvecomputing

  • Pro Ultimate
  • Newbie
  • *
  • Posts: 40
    • View Profile
Re: Nested grid cannot display full detail table
« Reply #2 on: March 23, 2018, 07:08:04 am »
It work properly. Thanks you very much!