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 ordering of columns whose position was changed using colReorder plugin #307

Closed
wants to merge 1 commit into from

Conversation

jbtronics
Copy link
Contributor

The colReorder plugin allows changing the position of columns in the datatable. However, this changes the column index, which does not match the backend index anymore. That caused that the wrong column were ordered in the backend. With this commit, the original index will be put in the request, so always the correct column is ordered.

…lugin

The colReorder plugin allows to change the position of columns in the datatable. However this changes the column index which does not match the backend index anymore. That caused that the wrong column were ordered in the backend. With this commit the original index will be put in the request, so always the correct coumn is ordered.
@github-actions
Copy link

github-actions bot commented Sep 6, 2023

Stale pull request message

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

Successfully merging this pull request may close these issues.

None yet

1 participant