Strapi CMS, How can I make a packages (prices list) table?

Viewed 783

I am trying to make an API using strapi for a similar table to the one shown below.

I have tried implementing using two collections and setting up a one to many relationships. However, there are some packages which have a text (in my case its price, quantity, or a duration) instead of just a true sign.

Also, I tried to use a component for futures, but that doesn't allow me to add a subtitle to the feature and doesn't allow me to use spaces in the future name.

What is the best way to implement this table in strapi.

I am planning to use strapi admin panel as my main website admin panel (I will modify data using it).

Thanks.

packages table

0 Answers
Related