Default
Function: default()
[object Object]
Defined in: app/routes/admin/groups.tsx:31
An administrative management page for viewing, filtering, and creating association groups.
This component provides a high-level overview of all organizational entities (Committees, Working Groups, etc.). It features:
- Asynchronous Loading: Fetches group data from the API on mount with error handling.
- Dynamic Filtering: Client-side search that filters groups by name or type.
- Creation Workflow: Integrated
ModalandCreateGroupOverlayto add new groups without leaving the page. - Data Visualization: Utilizes a
DataTablefor a clean, sortable overview of group metadata. - Navigation: Direct access to detailed group management via the "View Group" action.
Returns
[object Object]