adding UserDetailObserver and reorderable records feature

This commit is contained in:
F4ilji
2025-05-13 15:01:03 +05:00
parent c3c468c11a
commit 0314febda2
14 changed files with 165 additions and 273 deletions
@@ -103,4 +103,9 @@ class ProgramsRelationManager extends RelationManager
->deferLoading()
->persistFiltersInSession();
}
protected function canReorder(): bool
{
return true;
}
}