You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey. I can't figure out a way to style the empty cells. I want to add a small piece of markup, so users get an indication when hovering the cell, that they can click it to add an item.
Is this possible today? Thanks!
The text was updated successfully, but these errors were encountered:
I had the same usecase. I had to calculate the position, width height of each grid item using the number of rows, cols, margin, grid width and height and then store them in a list. These you can get from grid options. Then in html I wrote ngfor to create boxes with those dimensions using styling.
We have 4x4 grid so we get 16 cells with margin in between.
Hey. I can't figure out a way to style the empty cells. I want to add a small piece of markup, so users get an indication when hovering the cell, that they can click it to add an item.
Is this possible today? Thanks!
The text was updated successfully, but these errors were encountered: