Plugin Author
bracket
(@bracketdev)
Hi,
Thank you for reporting this, great catch on identifying the root cause with hidden columns.
You were right. When columns are hidden via Screen Options (Yoast SEO, ACF, etc.), the plugin was calculating widths on all columns including hidden ones.
When the dragged row gets pulled out of the table during drag-and-drop, the CSS rules that hide those columns no longer apply, causing the visible columns to compress.
This is fixed in version 1.2.6, which is available now. The fix ensures hidden cells stay hidden during drag and that width calculations only apply to visible columns.
Please update and let me know if the issue is resolved on your end.