📄️ 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:
📄️ AdvancedFilterInCrud
To add an advanced filter in an existing 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.
📄️ 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.