appsmithorg / appsmith

Platform to build admin panels, internal tools, and dashboards. Integrates with 25+ databases and any API.
https://www.appsmith.com
Apache License 2.0
32.43k stars 3.51k forks source link

[Feature]: List dynamic height #31616

Open JakubNajvarek opened 4 months ago

JakubNajvarek commented 4 months ago

Is there an existing issue for this?

Summary

It would be very nice if there would be a possibility to have "Auto height" or dynamic height option on a list component (So that the height would depend on number of items).

Why should this be worked on?

I think it would really help so that the list looks better for the app users and i also think that its a feature thats used on other components so other so it wouldnt be that hard to implement it (I hope).

Front logo Front conversations

Nikhil-Nandagopal commented 4 months ago

@JakubNajvarek thank you for the feature request!

okletsov commented 3 months ago

Yes, please add the auto-height feature if you have cycles. I have a table which can have varying number of records returned from DB based on the time of day and the day of week. It is ranging anywhere from 0 to 20+ items. The list needs to live on the page with other components. As you can probably guess, having fixed width wouldn't work in this case.