Updating Views to reflect new columns in Table

Hello All
I have a table that contains a lot of data. I then have multiple views running different filters. I would like to add extra columns. Is there a way to have the views update to reflect this?
Or do I have to delete a recreate the views??
Thanks

Dear Steve,

Views always reflect the data from the main table.
Of course when you add columns in the main table and you want to see them in one of the views, you will need to make them visible by un-hidding them.

Kind regards,
Jean Pierre

Thank you Jean Pierre

But they don’t appear in the same location as the original table?

Unfortunately not. Locations of columns are not “fixed”. If you hide and un-hide a column, it will usually be added at the end of the table.

But you can rearrange the columns with simple drag and drop.