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 think the most appropriate strategy for this is to add the resize styles on the the element and then emit on resize modifying the column width to match: https://vueuse.org/core/useResizeObserver/
The text was updated successfully, but these errors were encountered:
@agritheory I think I'll need help with the resizing styles, and I can then take over for the resizing handler. I tried adding resize: horizontal to a bunch of places in the table, but I couldn't get the header columns to allow resizing.
resize: horizontal requires that overflow be set to something other than hidden. I couldn't find this call out in the MDN docs but I saw it as a comment in the CSS when editing it directly. The three CSS attributes that Devarsh had in the original work are all required for it to work correctly.
I think the most appropriate strategy for this is to add the resize styles on the the element and then emit on resize modifying the column width to match: https://vueuse.org/core/useResizeObserver/
The text was updated successfully, but these errors were encountered: