@sqlrooms/sql-editor / TableStructurePanelProps
Interface: TableStructurePanelProps
Deprecated
Use SchemaExplorer instead.
Properties
className?
optionalclassName:string
schema?
optionalschema:string| (name) =>boolean
The database schema to use. Defaults to ''. If '' is provided, all tables will be shown. If a function is provided, it will be used to filter the tables.
