Maslosoft Framework Logo Maslosoft Framework Documentation
Flexible Application Foundation


Hidden by Default Decorator

This decorator will by mark columns for which it is applied as hidden by default on grid views. The columns can be manually enabled to be visible.

To mark column as hidden by default, add annotation on property of model:

@Decorator(HiddenByDefault)

Remember to import HiddenByDefault class to use class literals in annotations.