Hi Team,
How can i set dynamically auto height on my reactive list table.
Please help me.
Sheetal wrote:
Vijay Malviya wrote:
Hi Sheetal,
List Table height can be achieved by using the CSS or Javascript.
Vijay M-
Hi VIjay,
Any idea to achieve this on JavaScript or css?
You can try this:
Hope this will help you.
Hi Sheeral,
What is it you try to achieve different than the default behaviour of the table? It should by default only have the necessary height to accommodate its rows.
Or did you already add styling on its parent container?
Regards,
Daniel
I have 2 questions for you:
1. Do you want to auto increment height of ListTable based on table items increase so that you can display all items on single page?
OR
2. Do you want to restrict height of table so that even if items increases, only limited items display in page?
I would like to suggest you to use Navigation/pagination widget to achieve both the above requirements.
refer this well explained article for this : https://www.outsystems.com/forums/discussion/37002/how-the-pagination-navigation-widget-works/
If it is not what you want then you have to use custom CSS to change default size of table or table item.
Sanjay
Sanjay Kumar Sahu wrote:
Hi Sanjay
Thanks for reply!
I’m trying to this on css.