hyva-themes / magento2-hyva-admin

This module aims to make creating grids and forms in the Magento 2 adminhtml area joyful and fast.
https://hyva-themes.github.io/magento2-hyva-admin/
BSD 3-Clause "New" or "Revised" License
168 stars 39 forks source link

Add Hidden option to Column Config #10

Closed paugnu closed 3 years ago

paugnu commented 3 years ago

Hi,

I think it might be interesting to add a new Column Config option: isHidden (note that this is different from 'Exclude').

The idea is to have the column available to be displayed, but not visible by default.

I'll try to implement this myself, I have a lot to learn though :)

Vinai commented 3 years ago

Thanks for your suggestion, makes sense. This is interesting because the column property from the grid XML influences the initial settings for the JS Display dropdowns. If you want to continue, let me know please if you have specific questions regarding the implementation. Should you run out of time or motivation though, no problem :) I or someone else can pick up the issue.

Vinai commented 3 years ago

Duplicate of #11