Modules are parts of a complete software system that fulfill a specific task. For example, managing data in a table.
In our case, this is handled by a specific module with grid functionality.
With it, you can display the data of a specific table in tabular format or as a tree structure.
The basic functionalities: searching, sorting, inserting, editing, and deleting are standard in this module.
Additionally, this module allows for good representation of links to other tables and also external links to other pages.
Here is an example of managing pages in the form of a tree structure:
This module even offers import and export functionality to simplify data management.