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
Hi, in the demo project there is an example for using this library with display: grid; container: https://blazordragdrop.azurewebsites.net/displaygrid. As you can see the elements are displayed in a single column even though the container is configured for 3 columns (grid-template-columns: auto auto auto;). Can this library be used with CSS grid with multiple columns and rows?
The text was updated successfully, but these errors were encountered:
I had to create my own component for generating CSS grid layouts with drag and drop support. You can take a look and find out if it can be useful for you.
Hi, in the demo project there is an example for using this library with
display: grid;
container: https://blazordragdrop.azurewebsites.net/displaygrid. As you can see the elements are displayed in a single column even though the container is configured for 3 columns (grid-template-columns: auto auto auto;
). Can this library be used with CSS grid with multiple columns and rows?The text was updated successfully, but these errors were encountered: