Adding a filter to the main table of an entity - imona/tutorial GitHub Wiki
Adding a filter to the main table of an entity enables filtering all entities of that type according to a certain criteria. This filter is applied whenever a table of that type of entity is shown.
In order to add one (to Customer entity for example):
- Layout button on the top should be clicked in the Customer page.
- Right click on the screen.
- Choose 'Main Table Filter' from the menu.
- Set the condition of the filter.
- Press the 'Save' button and the filter is added to the entity.
In order to remove the filter from the entity, just press the 'Remove' button on the same screen.
