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(column-reordering): fixed issue with reordered columns and cookies #7468

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

Conversation

Vinidamiaop
Copy link
Contributor

🤔Type of Request

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

🔗Resolves an issue?

Fix #5827

📝Changelog
Addressed an issue where column values were incorrectly aligned after reloading the page with reordered columns saved in cookies. Updated the data retrieval logic to respect the new column order by adjusting the fields to match the correct columns based on the saved order, ensuring accurate data display.

  • Core
  • Extensions

💡Example(s)?

https://live.bootstrap-table.com/code/bschootcovadis/8602

Steps to reproduce:

  1. Move headers
  2. Check row values
  3. Refresh page

Headers are set correct, rows with the data are not correct

☑️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

…om cookies

Addressed an issue where column values were incorrectly aligned after reloading the page with reordered columns saved in cookies. Updated the data retrieval logic to respect the new column order by adjusting the fields to match the correct columns based on the saved order, ensuring accurate data display.
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.

Reorder column
1 participant