Hi there,
Is there existing now a dashboard build method to present the cards in a specific fixed grid format, to that cards do not re-arrange themselves and we cas place them “where ever” on the grid ?
So far I am using building my yaml to virtually create places on the grid like this (but this is quite ennoying …) :
>
> views:
> - title: Home
> type: custom:grid-layout
> layout:
> grid-template-columns: 50px 370px 500px 420px
> grid-template-rows: 65px 65px 65px 65px 65px 65px 65px 65px 65px 65px 65px
> grid-template-areas: |
> "r1-1 r1-1 r1-3 r1-4"
> "r2-1 r2-1 r2-3 r2-4"
> "r2-1 r2-1 r3-3 r3-4"
> "r4-1 r4-1 r4-3 r4-4"
> "r5-1 r5-1 r5-3 r5-4"
> "r6-1 r6-2 r6-3 r6-4"
> "r7-1 r7-1 r7-3 r7-4"
> "r8-1 r8-2 r8-3 r8-4"
> "r9-1 r9-2 r9-3 r9-4"
> "r10-1 r10-2 r10-3 r10-4"
> "r11-1 r11-2 r11-3 r11-4"
Many Thanks !!