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

Method render

packages/xadmin-bootstrap/src/model/components/SubMenu.js:133–143  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

131class SubMenu extends React.Component {
132
133 render() {
134 return (
135 <ButtonToolbar>
136 <CountButton />
137 <PageSizeButton />
138 <ModelBlock name="model.list.submenu.btngroup" el={this} />
139 <ColsDropdown />
140 {this.props.children}
141 </ButtonToolbar>
142 )
143 }
144
145}
146

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected