Skip to content

fix issues/7796 #7797

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

Open
wants to merge 6 commits into
base: develop
Choose a base branch
from
Open

fix issues/7796 #7797

wants to merge 6 commits into from

Conversation

EgorTrutnev
Copy link
Contributor

@EgorTrutnev EgorTrutnev commented Apr 7, 2025

🤔Type of Request

  • Bug fix
  • New feature
  • Improvement
  • Documentation
  • Other

🔗Resolves an issue?
Fix #7796

📝Changelog

  • Core
  • Extensions

💡Example(s)?
before: https://live.bootstrap-table.com/code/EgorTrutnev/18772
after: https://live.bootstrap-table.com/code/EgorTrutnev/18776

☑️Self Check before Merge

⚠️ Please check all items below before reviewing. ⚠️

  • Doc is updated/provided or not needed
  • Demo is updated/provided or not needed
  • Changelog is provided or not needed

@djhvscf djhvscf requested a review from Copilot April 26, 2025 04:11
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR addresses bug fix #7796 by modifying the sort functionality to improve how data is ordered, including handling grouped data in bootstrap-table. Key changes include:

  • Refactoring the sort function in src/utils/index.js to use a new signature and in-place array sorting.
  • Updating initSort in src/bootstrap-table.js to handle custom sorting and grouping logic.
  • Implementing grouping of data items when groupBy is enabled.

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
src/utils/index.js Refactored sort method parameters and logic.
src/bootstrap-table.js Updated initSort to support groupBy and custom sorting.
Comments suppressed due to low confidence (1)

src/utils/index.js:519

  • [nitpick] Consider avoiding reassigning the 'name' parameter directly; assign header.sortNames[index] to a new variable to improve clarity in the sort logic.
if (header.sortNames[index]) {

@djhvscf djhvscf requested a review from Copilot May 16, 2025 02:42
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR fixes bug #7796 by refactoring the sort functionality and introducing new handling for grouped data scenarios. Key changes include:

  • Refactored the sort method in src/utils/index.js to sort the entire data array and use updated parameters.
  • Modified initSort in src/bootstrap-table.js to support groupBy sorting when a groupBy field is provided.

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
src/utils/index.js Refactored the sort function to operate on the full data set and update comparison logic.
src/bootstrap-table.js Updated sort function calls and added branch handling for grouped data sorting.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bootstrap-table-group-by-v2 and data-sortable columns error
2 participants