Could I custom Appsheet by CSS?

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;
  }

JOHNN_0-1654492384667.png

JOHNN_1-1654492469765.png

JOHNN_2-1654492499227.png

 

 

Status Open
8 2 2,254
2 Comments
hien_nguyen
Silver 2
Silver 2

Awesome form. 

I wish appsheet accept user can:

- Resize column and row.

- Set color form form and table.

 

MultiTech
Gold 4
Gold 4

You can display custom HTML (limited) inside a LongText column type - if you've got the "preview new app features" turned on.

Eventually this will become standard, and it allows for the inclusion of tables.