Hello! Is it possible to create nested groups in GroupListView?
I need to create it based on a model that has self-relationship (ex.:
Category), and put objects under these categories.
Thanks for this great module so far. This is very useful. :-)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
That's exactly what I need, many thanks for the response!
ObjectListView interface is so neat to use, it would be great if that was
possible... well, I could try to adapt it :-)
Ezer
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello! Is it possible to create nested groups in GroupListView?
I need to create it based on a model that has self-relationship (ex.:
Category), and put objects under these categories.
Thanks for this great module so far. This is very useful. :-)
You can't do a tree view, if that what you mean by nested.
In other words:
cat1
cat2
etc
is possible.
cat1
-items of cat1
--subcat1
---items of subcat1
cat2
etc etc
is as far as I know not possible.
If that is what you need you might want to look at the wxPython dataview stuff
which is available as of 2.9x, i.e. latest is 2.9.3.1.
Werner
That's exactly what I need, many thanks for the response!
ObjectListView interface is so neat to use, it would be great if that was
possible... well, I could try to adapt it :-)
Ezer
Yeap OLV is really great, use it all the time.
Would love to see a tree option but this is way over my head.
Werner