HI all.
I knew Appsheet uses a web platform to develop so I think it will be good if we can custom something in Appsheet if we know how to use CSS. Bellow, I custom my app by CSS but it only works on my computer, I think it's good if we can change the app by personal. This is an advanced feature for someone who knows web development, it's the same with running an App script on Appsheet. What do you think about my ideas?
.DeckRow.WithNestedTable {
height: auto;
overflow: hidden;
margin: 10px;
padding-bottom: 10px;
}
.TableScroll .TableView__list {
background: #fff;
overflow-x: hidden;
}
.TableView__list{
width: 90% !important;
border: 1px solid #dadce0;
overflow-x: hidden;}
.ListTypeDisplay{
display: block !important;
width: auto !important;
overflow-x: hidden!important;
}