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
ColumnOptions, unlike TextColumnOptions (through ITextCellOptions) does not implement the ICellOptions interface. I was thinking that it was meant to?
Just wondering as we're building out own custom column for TDG and it seems like the design originally meant for this to be the case.
Also, would it not make sense to move MinWidth and MaxWidth properties to the ICellOptions interface too, allowing access to those props in the cell could make a lot of sense.
The text was updated successfully, but these errors were encountered:
ColumnOptions, unlike TextColumnOptions (through ITextCellOptions) does not implement the ICellOptions interface. I was thinking that it was meant to?
Just wondering as we're building out own custom column for TDG and it seems like the design originally meant for this to be the case.
Also, would it not make sense to move
MinWidth
andMaxWidth
properties to theICellOptions
interface too, allowing access to those props in the cell could make a lot of sense.The text was updated successfully, but these errors were encountered: