mat-app

Results 3 comments of mat-app

Please view this code: https://github.com/mat-app/lowcode/blob/09c5e861a3c67358551e6280771b56026c5264ae/packages/react-lowcode/src/codegen/generation/generators/detail/mui-detail-generator.ts#L270..it should help you with implementing of template

To solve this issue we will need at least entity name as input into function that are adding column/widget into table/form. This should be handeled somehow by demo app.

Basic problem would be that integration generator into demo project is not finished yet. Another page should be overidden by generation and there is also component name mismatch. I hope...