Preview differences in the Table view between the two versions #1144
Replies: 3 comments 4 replies
-
1 can be fixed with a bit of custom CSS. 2 is a case of you mixing types in your YAML. Null sorting has been reverted in 5.26 but ideally you should cast nulls to default values and use your own sort order if you're mixing types. |
Beta Was this translation helpful? Give feedback.
-
Experience the same issue with bigger spacing between lines in DataviewJS result after upgrading the plug-in to 0.5.26. Using the latest iOS (1.2.0) version of Obsidian. Not sure if it’s a bug to be fixed. @AB1908 Would you be able to share the custom CSS as a workaround? Thanks! |
Beta Was this translation helpful? Give feedback.
-
I've improved list compactness in the beta - note that some themes adjust Dataview table appearance which may also cause issues. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
English is not my native language; please excuse typing errors.
I will list the problems caused by the differences in the Table view between the two versions, and hope to be able to restore the old version of the Table preview style
Version
dataview-V 0.4.26
dataview-V 0.5.22
Problem 1
Problem Description
If the field behind the
table
is a list, even if there is only one element, the row height display will be too high, the preview is not convenientDifference preview
source file display
dataview format
Example files in yaml format
dataview-V 0.4.26 display effect
dataview-V 0.5.22 display effect
Problem 2
Problem Description
If the value of the sorting field is a number, the sorting is not very reasonable compared to the previous version
Personal suggestion: the sorting field with added content should be at the top of the Table
Difference preview
source file display
dataview format
Example files in yaml format
dataview-V 0.4.26 display effect
dataview-V 0.5.22 display effect
Beta Was this translation helpful? Give feedback.
All reactions