like Table(viewModel.rows, selection: $selection) {
ForEach(viewModel.columns, id: .self) { column in
TableColumn(column, value: { row in
Text(row[column] as? String ?? "")
})
}
}
Selecting any option will automatically load the page