# Can rows in applications default to starting as collapsed?

**URL:** https://community.nextw.com/t/can-rows-in-applications-default-to-starting-as-collapsed/1420
**Category:** Nextworld Platform
**Created:** [October 31, 2025, 6:54pm UTC](https://community.nextw.com/t/can-rows-in-applications-default-to-starting-as-collapsed/1420 "2025-10-31T18:54:10Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![ian.p](https://sea1.discourse-cdn.com/flex001/user_avatar/community.nextw.com/ian.p/32/427_2.png) [@ian.p](https://community.nextw.com/u/ian.p)
#### Post date: [October 31, 2025, 6:54pm UTC](https://community.nextw.com/t/can-rows-in-applications-default-to-starting-as-collapsed/1420/1 "2025-10-31T18:54:10Z")

</div>

I like using the `Collapsible` attribute for rows when building applications so that users can reduce the amount of clutter on the screen if there’s a chance the data in those rows isn’t always of value.

Is there a way to have these default to starting-as-collapsed rather than the user having to manually collapse them? It seems like the collapsed state gets saved in user settings and persisted from session to session, so the use case I have in mind here is the default use case where the fields in the collapsed row are something the user would choose to ‘opt in’ rather than always have to ‘opt out’?

---

<div class="post-metadata">

### Author: ![calvin.fisher](https://sea1.discourse-cdn.com/flex001/user_avatar/community.nextw.com/calvin.fisher/32/212_2.png) [@calvin.fisher](https://community.nextw.com/u/calvin.fisher)
#### Post date: [October 31, 2025, 6:57pm UTC](https://community.nextw.com/t/can-rows-in-applications-default-to-starting-as-collapsed/1420/2 "2025-10-31T18:57:41Z")

</div>

App settings have a “collapsed” configuration checkbox for rows - that should accomplish what you’re looking for!

---

<div class="post-metadata">

### Author: ![ian.p](https://sea1.discourse-cdn.com/flex001/user_avatar/community.nextw.com/ian.p/32/427_2.png) [@ian.p](https://community.nextw.com/u/ian.p)
#### Post date: [October 31, 2025, 6:59pm UTC](https://community.nextw.com/t/can-rows-in-applications-default-to-starting-as-collapsed/1420/3 "2025-10-31T18:59:24Z")

</div>

@calvin.fisher what I’m finding though is that setting is what allows you to collapse the row, but the rows still always default to an expanded state. I want them to default to a collapsed state. Does that make sense?

---

<div class="post-metadata">

### Author: ![calvin.fisher](https://sea1.discourse-cdn.com/flex001/user_avatar/community.nextw.com/calvin.fisher/32/212_2.png) [@calvin.fisher](https://community.nextw.com/u/calvin.fisher)
#### Post date: [October 31, 2025, 7:23pm UTC](https://community.nextw.com/t/can-rows-in-applications-default-to-starting-as-collapsed/1420/4 "2025-10-31T19:23:09Z")

</div>

![81E4070F-B4F0-42C6-88DE-1EB10BBE60E7](https://us1.discourse-cdn.com/flex001/uploads/nextworld/original/1X/40c43bc2317b9fe860901833794e4d530509f75f.jpeg)

Yeah, what you’re asking makes sense. Hmm… Based on the help text, I would expect the row to default in as collapsed - like you want to happen. It either seems like either a bug, or the help text needs to be updated.

---

<div class="post-metadata">

### Author: ![ian.p](https://sea1.discourse-cdn.com/flex001/user_avatar/community.nextw.com/ian.p/32/427_2.png) [@ian.p](https://community.nextw.com/u/ian.p)
#### Post date: [October 31, 2025, 7:38pm UTC](https://community.nextw.com/t/can-rows-in-applications-default-to-starting-as-collapsed/1420/5 "2025-10-31T19:38:58Z")

</div>

@calvin.fisher I need to read better and notice that you called this out as something that is configurable in `App Settings`. I was thinking of the `Collapsible` true/false setting that is in the App builder when you’re defining a row, not that `Collapse` true/false on the Rows subtable on the Layout page of app settings per your screenshot. Thanks!
