avo-hq/avo

Has_many preview on Index view (expand table rows)

Open

#2,364 opened on Jan 15, 2024

View on GitHub
 (1 comment) (0 reactions) (0 assignees)Ruby (308 forks)user submission
Help wantedHigh ImpactTaskUI

Repository metrics

Stars
 (1,778 stars)
PR merge metrics
 (Avg merge 1d 6h) (67 merged PRs in 30d)

Description

This will be a premium feature (avo_advanced). On the index view of has_many and habtm when a user click on the count, we inject a table row underneath and add a turbo frame with the contents of the association (almost what we use on the show view).

The turbo frame will only show the records and the pagination. no search, filters, actions, etc. Only table-view for now.

Contributor guide