Closed fersanz-87 closed 1 month ago
Solution:
Removed the disabled
prop from PaginationPrevious and PaginationNext components.
Implemented a CSS-based approach to visually disable the pagination buttons:
Updated the relevant code sections:
<PaginationPrevious
onClick={() => handlePageChange(Math.max(1, currentPage - 1))}
className={currentPage === 1 ? "pointer-events-none opacity-50" : ""}
/>
// ... (similar change for PaginationNext)
Can you double check if the issue was fixed?
I recently added a new driver called Mario Conde. After this, I tried to assign him to a new order but on the "Edit driver asignment" list does not appear available. I uploaded two screenshots showing this issue on the web page.