Hi
Thanks for quick reply, this was about vertical axis not horizontal,
I already took care of horizontal axis using stretchH in sample link provided in question.
We reviewed the document you shared before submitting the question but didn’t helped, specially if provide dynamic height like 100%, as shown in sample.
Ultimately its forcing to define fix height.
way out:
- Define fixed height ( correct behavior but not scalable )
- use height 'auto with overflow hidden on parent (like in ques sample). but it give v.scroll on parent and h.scroll on hottable, not a correct behavior.
When you are planning to release this feature ?