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

Function Table

web/pgadmin/static/js/components/Table.jsx:66–70  ·  view source on GitHub ↗
({children, classNameRoot, ...props})

Source from the content-addressed store, hash-verified

64);
65
66export default function Table({children, classNameRoot, ...props}) {
67 return (
68 <StyledTable className={[classNameRoot].join(' ')} {...props}>{children}</StyledTable>
69 );
70}
71
72Table.propTypes = {
73 children: CustomPropTypes.children,

Callers 6

display_userMethod · 0.50
fetch_prefsMethod · 0.50
set_prefsMethod · 0.50
_suggest_expressionFunction · 0.50

Calls 1

joinMethod · 0.80

Tested by

no test coverage detected