Welcome toVigges Developer Community-Open, Learning,Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
365 views
in Technique[技术] by (71.8m points)

python - Django create tree table efficiently MPTT

I need to implement a table of different products inside a dashboard in a hierarchial structure / tree. I'd need to do that in the most efficient way, as currently the page takes for ever to load. The tree has 3-4 dimensions in total.

I'm using django-mptt for creating the queries on the backend. Which template tags of django-mptt should I use and how should I combine it with HTML in order to create the rows inside the table?

Example would be great.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
等待大神答复

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to Vigges Developer Community for programmer and developer-Open, Learning and Share
...