Came across an issue when trying to row bind projectable columns of the same class that were created with the helper around new_col() along the lines of can't combine elements with different attributes. Fixed the issue by explicitly adding these helper functions where the new class was being defined.
Came across an issue when trying to row bind projectable columns of the same class that were created with the helper around
new_col()
along the lines of can't combine elements with different attributes. Fixed the issue by explicitly adding these helper functions where the new class was being defined.I think only the coercion and comparison rules ones are required, but I haven't tested that.