-
|
I followed the Appsilon tutorial to a full dashboard and applied it to one of my tables. My table had more columns, and I noticed that only a limited number of columns showed. The card did not expand to fit all columns. (I believe this can be reproduced by just binding more columns to the dataframe in the link.) I tried to edit CSS classes, but to no avail. I'm out of ideas. Does this possibly have to do with An aside: I noticed also that when I reduced the sidebar width, I ended up with an empty column on the right (even though .grid-container has what seems like only 2 columns). How can I make sure the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Well I solved this by reading up on CSS grid and flexbox. E.g. My card lived in the area main. I simply had to reduce the subtraction in max-width: |
Beta Was this translation helpful? Give feedback.
Well I solved this by reading up on CSS grid and flexbox. E.g.
My card lived in the area main. I simply had to reduce the subtraction in max-width: