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
I see a pretty erratic behavior in BoundRow.__getitem__. It doesn't account for a LinkColumn that is not based on a field, which is pretty normal thing.
My field was declared as
For the sake of the least surprise, I would just fix BoundRow.__getitem__ to account for None in bound_column.accessor, and supply no or empty value as available['value'].
I see a pretty erratic behavior in
BoundRow.__getitem__
. It doesn't account for aLinkColumn
that is not based on a field, which is pretty normal thing.My field was declared as
and due to mentioned method was always rendered as an empty value.
Adding
helped, but it's clearly a workaround. The column doesn't have to be data-based at all.
The text was updated successfully, but these errors were encountered: