Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix rows reorder when pagination is applied. #6973

Merged
merged 5 commits into from
Oct 1, 2023

Commits on Sep 13, 2023

  1. Fix rows reorder when pagination is applied.

    When the pagination is activated and the rows are reordered on pages other than the first one, the order was not taking into account the page number and the page size. This commit changes the index at which the row needs to be inserted by accounting for the page size and page number.
    sammanan4 authored Sep 13, 2023
    Configuration menu
    Copy the full SHA
    5e7effe View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2023

  1. Update src/extensions/reorder-rows/bootstrap-table-reorder-rows.js

    Co-authored-by: 文翼 <wenzhixin2010@gmail.com>
    sammanan4 and wenzhixin authored Sep 24, 2023
    Configuration menu
    Copy the full SHA
    8d34bf8 View commit details
    Browse the repository at this point in the history
  2. Update src/extensions/reorder-rows/bootstrap-table-reorder-rows.js

    Co-authored-by: 文翼 <wenzhixin2010@gmail.com>
    sammanan4 and wenzhixin authored Sep 24, 2023
    Configuration menu
    Copy the full SHA
    5a64603 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2023

  1. Configuration menu
    Copy the full SHA
    0e8a5a6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bb7a329 View commit details
    Browse the repository at this point in the history