oscarmlage / django-cruds-adminlte

django-cruds is simple drop-in django app that creates CRUD for faster prototyping
BSD 3-Clause "New" or "Revised" License
424 stars 83 forks source link

Collapse and expand feature #66

Open Jen-Persly opened 6 years ago

Jen-Persly commented 6 years ago

On the CRUDVIEW doesn't support for collapse and expand data from related table

luisza commented 6 years ago

Hi, could you please explain a little more about this feature? Thanks for your feedback

Jen-Persly commented 6 years ago

using nested inline django may like this

oscarmlage commented 6 years ago

@Jen-Persly are you talking about the MAIN NAVIGATION sidebar where all the models appears?.

There are a couple of templates (templates/adminlte/lib/_main_sidebar.html, included in templates/adminlte/base.html), you can customize there whatever you want. Even on top of that, PR with new features are more than welcome ;)