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

Allow customization of reorder column names #5677

Merged
merged 4 commits into from
Sep 24, 2024

Conversation

pxpm
Copy link
Contributor

@pxpm pxpm commented Sep 24, 2024

WHY

fixes: Laravel-Backpack/community-forum#13

BEFORE - What was wrong? What was happening before this PR?

It wasn't possible to customize the columns used by the reorder operation.

AFTER - What is happening after this PR?

Using an operation setting reorderColumnNames, developer can now customize the column names used in the reorder operation.

HOW

How did you achieve that, in technical terms?

Introduced a setting that hold the column names for the reorder operation. The whole operation use those column names provided by developer.

Is it a breaking change?

No, the "old" columns are the default.

@pxpm pxpm merged commit b58f971 into main Sep 24, 2024
8 checks passed
@pxpm pxpm deleted the allow-customization-of-reorder-column-names branch September 24, 2024 14:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

[Feature Request] Reorder Operations offers no way to use custom-named columns
2 participants