Add components descriptions, fix bug on navigation, align labels, add config example

This commit is contained in:
FrancescoMolinaro
2024-03-04 11:29:02 +01:00
parent b94167ad7b
commit c27e758ffb
15 changed files with 118 additions and 13 deletions

View File

@@ -19,6 +19,11 @@ import { fadeIn } from '../animations/fade';
styleUrls: ['./object-table.component.scss'],
animations: [fadeIn]
})
/**
* Component used to wrap and load paginated search results if the ViewMode is set to Table.
* Each ViewMode has a different type of wrapper that can be checked in ObjectCollectionComponent
*/
export class ObjectTableComponent {
/**
* The view mode of this component