0👍
✅
Eventually I managed to fix it using CSS styling to conditionally hide the column I want.
:style="useRowEditing === false ? 'display: none;' : ''"
Just added this to the column and passed an additional property to the column in my arrays.
Source:stackexchange.com