Quick question: is it possible to group the spaces in the tables based on the floor they belong to?
It would definitely help make things easier to read.
Also, would it be possible to add a label like Total on the total row? Just to make it a bit clearer at a glance.
Thanks a lot in advance!
Short answer: no.
Long answer: you can sort the items in the table according to a property field, but it is not possible to group them with this division lines like in your screenshot, or displaying the value in that first column with the text aligned vertically.
Also take into account that the Level where an object is located does not exist as a property/parameter. So you will need to create a custom parameter for that, and then assign the corresponding value to each object.
The following Grasshopper definition will help you automate this process (creating a new parameter, and assigning the corresponding value to each object): Level Parameter.gh (12.7 KB)
(You need to click on the Update Property button, in the Update Property component.