📄️ CRUD overview
This feature give you the possibility to create quickly CRUD. Back-End and Front-end code can be easily generated and you will have a couple of screen to manage a object corresponding to an entity:
📄️ Dynamic Layout
What is it?
📄️ Use "in" filter in table
One to Many and Many to Many field can use a new type of column filter : in filtering.
📄️ AdvancedFilterInCrud
Overview
📄️ Historical
This page will explain how to display the modification historical of a CRUD.
📄️ Switch to long Id
This document explains how to switch an entity id from int to long. It can be use similar to switch to GUID.
📄️ Form Configuration
This page will explain how to configure the inputs into a form of a CRUD feature with BIA Framework.
📄️ Cloning Item Feature
This page explains how to configure the CRUD feature with BIA Framework to activate the Cloning feature, which allows users to open the item creation form with inputs pre-filled with values from another item.
📄️ Fixable CRUD
This page will explain how to configure a CRUD that can be fixed.
📄️ Button Group
This page will explain how to group some buttons inside a burger menu.
📄️ Using All Screen Height in the CRUD Index Component
This page explains how to make your tables fill the available height of the screen when there are enough elements to display.
📄️ Views management new design and usage
This document explains how use the views in a feature and how the different components work.
📄️ Query Model Mapper
This document explains what QueryModelMapper is, why to use it and how to integrate it into a project that uses the BIA Framework.