LCA-ActivityBrowser / activity-browser

GUI for brightway2
GNU Lesser General Public License v3.0
134 stars 50 forks source link

Minor inventory results tab improvements #1129

Open marc-vdm opened 7 months ago

marc-vdm commented 7 months ago

Feature request

I suggest the following improvements for the inventory results:

In addition to the above, I also suggest this bigger change: We currently use one class instance for the table, that re-reads the data when we switch between Biosphere and Technosphere. This means we lose ordering and filters whenever we switch between the tables. I suggest we either save the sort/filter states or use 2 class instances (and just hide the table not shown). This is a nicer user experience when switching back and forth and not having to re-do sorting and filtering. I would suggest 2 instances, this will be much faster when sorting is applied due to the size of the tables, though at the cost of some RAM.

image