Replies: 1 comment 1 reply
-
thanks @addison74 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
The open PR #3451 adds a new useful feature. Based on the product attributes we are able to set custom grids in the Backend by choosing and arranging the columns as we want.
This thread is meant to solve an issue. A custom grid must to be brought to its default arrangement. A button solves this problem to rearrange the columns to the default. Without this feature, we risk that someone will want to go back to the default arrangement and he doesn't know how to do it. Releasing it without a reset button (e.g. [Reset Grid]) would not be right. To be more explicit, the columns can be controlled from the configuration page, but if the default arrangement is changed with the default columns, the grid must be brought back to its initial.
The developer @empiricompany wants a feedback from us.
Question: Where is the right place to add the reset grid button?
There are several places. in the grid page, in the configuration page or in both. All three variants are good options and must be analyzed from the perspective of the user who expects that when he wants to restore the grid to the initial, this task should be intuitively.
Until I do my homework to express a personal opinion with arguments, please feel free to let us know where is the right place for the button.
PS - I chose this approach in the Discussions section because some PRs already have a lot of comments and are hard to follow. I think the best approach from now on is to use this section to highlight changes that are then implemented by the PR authors.
Beta Was this translation helpful? Give feedback.
All reactions