You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, I'm facing a new challenge: I need to construct a product grid in the storefront using the same module. While its effectiveness in the admin area is clear, I'm uncertain about its extension to frontend development. I've reviewed the documentation and explored the module's features, but I'm missing a straightforward guide or example that addresses this particular objective.
Question:
Could someone provide guidance or an example on how to utilize the hyva-themes/module-magento2-admin module to create a product grid in the storefront? I'm aiming to maintain the same level of efficiency and joy that this module has brought to adminhtml development. Any code snippets, instructions, or pointers would be greatly appreciated.
The text was updated successfully, but these errors were encountered:
Like @fredden said, frontend grids are very experimental and probably require working around some unexpected results.
That said, the steps should be similar, that is, add the grid layout handle to the page, create a block class extending the frontend grid class, and add the grid xml file...
Please report how it works out if you go through with this.
Congratulations, that's very cool!
Is there any way this library could be improved to make the grids easier?
I'm thinking of a way to match the alpine version or tailwind to the frontend theme version for example....
Currently, I'm facing a new challenge: I need to construct a product grid in the storefront using the same module. While its effectiveness in the admin area is clear, I'm uncertain about its extension to frontend development. I've reviewed the documentation and explored the module's features, but I'm missing a straightforward guide or example that addresses this particular objective.
Question:
Could someone provide guidance or an example on how to utilize the hyva-themes/module-magento2-admin module to create a product grid in the storefront? I'm aiming to maintain the same level of efficiency and joy that this module has brought to adminhtml development. Any code snippets, instructions, or pointers would be greatly appreciated.
The text was updated successfully, but these errors were encountered: