some Fixes, see #45
This commit is contained in:
@@ -112,6 +112,7 @@ export function PaginatedTable<TData>({
|
||||
onChange={(e) => {
|
||||
setSearchTerm(e.target.value);
|
||||
handleSearchChange(e.target.value);
|
||||
setPage(0); // Reset to first page on search
|
||||
}}
|
||||
className="input input-bordered w-full max-w-xs justify-end"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user