Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

nishant4317's avatar

[NOVA] How to display HasMany relation items in index page?

I wanna put a small button next to the detail view button in every row of a resource which will slide downa small window and display all the has many relation items in that small window. How do I proceed with my idea?

untitled-1

Thanks in advance

0 likes
2 replies
jlrdw's avatar

Using your laravel resource models, no different than if you were not using nova.

Alt image

Just example data.

A little JS and ajax you can do a popup edit, or use a modal.

Alt image

Also I see this https://github.com/eminiarts/nova-tabs on github, but did not see an accordion.

You May have to write your own code. Hint, they are just div's that you show and hide with an effect, fairly easy to program. Similar to a modal.

Please or to participate in this conversation.