JJMasterData is an open-source .NET library to quickly create runtime pages from database metadata.
You can create a runtime CRUD with a simple tag helper in your View like this:
<jj-form-view element-name="MyMetadataName"
This will generate a result like this:
This runtime generated table supports:
- All CRUD operations
- Filters
- Pagination
- Data importation/Exportation
- Audit Log
- Custom actions
You can check more about MasterData at our GitHub or our docs.
Top comments (0)