MCPcopy Create free account
hub / github.com/sshwsfc/xadmin / render

Method render

packages/xadmin-antd/src/model/components/SubMenu.js:121–131  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

119class SubMenu extends React.Component {
120
121 render() {
122 return (
123 <div>
124 <CountButton />{' '}
125 <PageSizeButton />{' '}
126 <ModelBlock name="model.list.submenu.btngroup" />
127 <ColsDropdown />
128 {this.props.children}
129 </div>
130 )
131 }
132
133}
134

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected