openalloc / SwiftTabler

A multi-platform SwiftUI component for tabular data
Apache License 2.0
136 stars 14 forks source link

Can you show and hide columns dynamically ? #53

Open pkasson opened 1 year ago

pkasson commented 1 year ago

If I have a variable result that the table displays (i.e. from a query), can the headers and body change dynamically ?

Also - if I want the option to choose to show or hide columns from a table, can that be done as well ?