How can I read the table's name after having created one width Table(name)?
Example:
let tab = Table("myTable")
let name = ??
Actually, this example does not make sense, but im my use case the variable "tab" is a class property and the class does not save the table name in a string.