[Bug Report] different table's have varying heights/entry - Cannot force compact view
See original GitHub issueWhat happened?
Hello,
below I have two graphs, and the corresponding code. Both dataview-blocks are rendered within the same note, which lies outside of “100 Knowledge” - in a folder on a parallel branch, and deeper nested compared to the “100 Knowledge”-folder
I can not figure out why this happens, or how to change it. On what seems to me as arbitrary grounds the table is either rendered in a tall or small way. Fundamentally, both queries are basically identical, and I cannot interchange the appearance. I want to render any and all dataview queries in the less space-consuming way (aka the appearance of the first list, not the second table).
Because I cannot see how this would be intended behaviour, I am submitting this as a bug.
Thank you,
Sincerely,
~Gw
DQL
``` dataview
table dateformat(file.mtime,"dd.MM.yyyy") AS "Last Edited", state AS "State", alias AS "Alias"
FROM "100 Knowledge"
WHERE file.name!=this.file.name
Sort time asc
```
``` dataview
table dateformat(file.ctime,"dd.MM.yyyy HH:mm") AS "Created", dateformat(file.mtime,"DD.MM.yyyy HH:MM") AS "Last Edited"
FROM #todo & "100 Knowledge"
WHERE file.name!=this.file.name
Sort file.name Asc
```
JS
No response
Dataview Version
0.4.26
Obsidian Version
0.14.15
OS
Windows
Issue Analytics
- State:
- Created a year ago
- Comments:27 (3 by maintainers)
Top GitHub Comments
I will adjust the CSS appropriately.
Seems to be solved in the latest release. Let me know if I should reopen.