as a admin,i want to read match table so that i can know all data and find out the errors that may occurred
Acceptance Criteria
- Admin can view the list of all match table entries.
- The match table list displays key details (e.g., match date, teams, score, location).
- System allows filtering and searching within the match table for specific entries.
- The match table data is displayed in a user-friendly and responsive UI.
Tasks
- Design and implement a UI for displaying the match table list.
- Fetch match table data from the backend API.
- Support pagination or lazy loading if the data set is large.
- Implement filtering and searching capabilities for the match table.
- Ensure the UI is responsive and works on different screen sizes.
- Handle errors gracefully when fetching or displaying data.