Is there a limit function in DataviewJS? #649
-
In Dataview, one can use |
Beta Was this translation helpful? Give feedback.
Answered by
blacksmithgu
Nov 13, 2021
Replies: 2 comments
-
Yes, data arrays have |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
wenlzhang
-
To be more specific, something like the following can be used in a DataviewJS table:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, data arrays have
array.limit(count)
(andarray.slice(start, end)
).