Pagination Import Data Table in farmOS

Created on 26 October 2023, 8 months ago
Updated 5 November 2023, 8 months ago

Problem/Motivation

Implement pagination for the import of JD tables. To enhance the user experience and system efficiency, pagination should be added to display 50 items at once.

Steps to reproduce

  1. Navigate to the JD data import pages.
  2. Observe that all items are loaded and displayed in the table at once.

Proposed resolution

  • Updating the database query to fetch only the items needed for the current page.
  • Adding pagination controls to the form.
  • Allowing the user to adjust the number of items displayed per page.

Remaining tasks

  • Update the database query to support pagination.
  • Modify the form to include pagination controls.
  • Add a form element to allow the user to select the number of items displayed per page.
  • Test the implementation to ensure it works as expected.

User interface changes

API changes

Data model changes

πŸ“Œ Task
Status

Fixed

Version

1.0

Component

Code

Created by

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.69.0 2024