In table_sql it's possible to hide (or unhide) individual columns from tables. We need this feature for Wunderbyte Table too. Actually we should have both the possibility to: - [ ] Programmatically hide columns (so that they will be available for sorting etc. but never actually be rendered) - [ ] Hide columns via UI by clicking on a hide icon or something similar - [ ] Unhide columns by clicking on a unhide icon (or select them from a dropdown of hidden cols)
In table_sql it's possible to hide (or unhide) individual columns from tables.
We need this feature for Wunderbyte Table too.
Actually we should have both the possibility to: