Closed (outdated)
Project:
Views Megarow
Version:
7.x-1.x-dev
Component:
Code
Priority:
Major
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
20 May 2015 at 11:16 UTC
Updated:
24 Oct 2025 at 15:15 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
ar-jan commentedAny idea what Commerce 2.x is using in Drupal 8 instead of views_megarow?
And is the port to D8 going to happen?
Comment #2
artusamakThey don't at the moment.
I started some poc but didn't arrive to something conclusive.
I'd like to rely on the form mode to open a link as a derivate of a dialog for each row. That would let the form being configurable per entity.
Comment #3
kiss.jozsef commentedHello, any ideas if something similar exists in drupal 8 ? or does this have a drupal 8 port ? need it for view inline editing per rows
Comment #4
oakulm commentedYou can do this with views, some js and template rewrites.
Create your view with table formatting. Add fields and one extra field where you rewrite the output for the toggler (see js code).
Create js-file along the lines of:
Than add new table rows for your table in views table template:
You may want to add the javascript as a library in the views table template also. This is a really rough implementation but maybe this will help someone to move forward. It's really not that much work.
Comment #5
bvakulin commentedHi to all.
I prepared a working module for Drupal 10.x versions.
Need tests and feedback.
Comment #6
bvakulin commentedComment #8
artusamakHi, thank you for your proposition, i've granted you maintainership access to the repository. I'm not maintaining it anymore so be my guest to fix it and bring it forward. ;-)
Comment #9
andrii momotov commentedD7 reached its EOL back in January 2025, and there is no active release for D7 for this module anymore.
Development or support is not planned for D7. All D7-related issues are marked as outdated in a bunch.
If the issue remains relevant for D10+ versions, merge requests with proposed solutions for a new module version (D10+) are welcome in a new follow-up issue.
Thanks!