Modules inside List View

I have been trying to populate list view with a module that I have created. But it always shows the error "Cannot place a undefined inside a List view". I want to make a simple note-taking application where I have created a module for each note. But I am unable to use it inside a list view when I want to see all the notes for a specific user. Kindly help me if anyone has encountered such a situation and/or knows the fix for the above-mentioned error.

Just tried it out with a bunch of differently set-up modules and I can confidently say: You can not place modules in a List View :stuck_out_tongue:

Why don't you just use a Container instead of a module and place all your other components in there?

1 Like

It does work with containers although there are some styling issues. I can work around with using containers and then create custom CSS to do styling. Thanks for the suggestion.

1 Like

Edit: Was able to put the container in the list view, and then place the module in that container.

1 Like