When saving and closing QGIS with several open attribute tables, QGIS does not open these when opening the project next time. This is very annoying. Is there a workaround for this?
Asked
Active
Viewed 249 times
1 Answers
6
No, attribute table state (open or closed) cannot be saved. The one work around I can think of is to use the Project menu>Project Properties openProject() python method to loop through the canvas layers and open them that way for a saved project. See past Q/A of how to open an attribute table by code:
-
1That is sad. Thanks anyway! Do you know whether this is considered as an issue among the developers? – hilpers Feb 08 '17 at 13:30
-
Is that still the case in QGIS 3.28? – EranGeo Aug 10 '23 at 06:55