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
@@ -181,4 +181,9 @@ class WorkersRelationManager extends RelationManager
->paginated([10, 25, 50, 100])
->striped();
}
protected function canReorder(): bool
{
return true;
}
}