MCPcopy Create free account
hub / github.com/pgadmin-org/pgadmin4 / getTableSchema

Function getTableSchema

web/pgadmin/static/js/components/PgTable.jsx:101–105  ·  view source on GitHub ↗
(schema)

Source from the content-addressed store, hash-verified

99}
100
101const getTableSchema = (schema) => {;
102 if (!schema) return null;
103 if (!schema.top) schema.top = new TableUISchema(schema);
104 return schema.top;
105};
106
107export function Table({
108 columns, data, hasSelectRow, schema, sortOptions, tableProps, searchVal,

Callers 1

TableFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected