There is a way to create a custom component which does not inherit from a component, but is a combination of many component ?
My goal is to create a component combining a list and a toolbar (containing buttons acting with the list)
{rows: [ {view:"toolbar" ...}, {view:"list" ...} ]}
Thanks