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
Const generics for the number of "columns" in a grid was a neat experiment, but it's not really practical. When working on the goosheet (I need to come up with a new name, and I'm not sure I love cusheet 😆), I realized I needed the ability to add and remove columns. Const generics aren't really there for being able to do this type of operation.
Instead, We should remove the const generic and just handle mistmatches in child count + cell count by just treating the remaining cells as empty.
The text was updated successfully, but these errors were encountered:
Const generics for the number of "columns" in a grid was a neat experiment, but it's not really practical. When working on the goosheet (I need to come up with a new name, and I'm not sure I love cusheet 😆), I realized I needed the ability to add and remove columns. Const generics aren't really there for being able to do this type of operation.
Instead, We should remove the const generic and just handle mistmatches in child count + cell count by just treating the remaining cells as empty.
The text was updated successfully, but these errors were encountered: