I need to create a table/datagrid using Element UI where user can select the column to be displayed. I have created it here
I want the user to be able to change the width of the columns, which is possible using border property.
My problem is that when user removes the column for which the width was set by dragging the border - the width remains as it was for that column.
I want the columns to justify equally after column changes, sort of like re-render them.