Custom actions
Custom actions allow you to extend the Entity Management component with additional buttons and functionality beyond the standard Create, Edit, and Delete operations. You can add custom actions that trigger events, execute callbacks, display forms, and interact with selected row data.
Entity Manager
The entity-management micro front-end provides a seamless way to interact with back-end resources, enabling users to manage entities directly from the front-end.
Entity Manager declarative HTML
The Declarative HTML API enables you to use simple, semantic tags to create and configure the entity-management component directly within your HTML. You can quickly integrate and easily customize the component without writing complex JavaScript code.
Filter configuration
The Filter component in the Entity Management allows users to filter data displayed in the grid using a modal-based interface. Filters are displayed in a full-screen modal dialog, providing a clean and focused experience for applying complex filter criteria. This section covers how to enable and configure filters, including defining which fields to display in the filter UI and controlling filter persistence.
Form configuration
The Form component in the Entity Management allows users to create new entities or edit existing ones. It is automatically generated based on the metadata of the back-end resource, making it easy to manage data without extensive configuration. This section covers how to configure the form, including defining which fields to display and linking it to the corresponding events such as Create and Edit.
Grid configuration
The Grid is a key component of the Entity Management, enabling you to display and manage data from back-end resources.