Is there a similar feature to rowview in v2? #829
-
I'm currently upgrading our tables to V2, and we use a custom row view in many instances, because we think it's better than defining a lot of partials. However, it seems like there's no similar option in V2, or am I wrong? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 6 replies
-
Have you found the solution to this? |
Beta Was this translation helpful? Give feedback.
-
For most of my custom row views, I was able to replace them with format(). They were all relatively simple, so YMMV |
Beta Was this translation helpful? Give feedback.
-
There is no row view in V2, I tried to make the column configuration as robust as possible so you wouldn't need it. The rows are just too complex now for adding your own, you'd lose a lot of the functionality. |
Beta Was this translation helpful? Give feedback.
There is no row view in V2, I tried to make the column configuration as robust as possible so you wouldn't need it. The rows are just too complex now for adding your own, you'd lose a lot of the functionality.