Dataview: how to disable file count

What I’m trying to do

In the head of a dataview-table the number of results is displayed (between brackets). Is there a possibility to disable this?

Is there something like

TABLE without number?
TABLE without counter?

For now only via css.
You can create a css snippet with something like

.dataview.small-text {
  display: none;
}

You can also add to the snippet a cssclass to apply only in the wanted notes (using the cssclass in frontmatter.

4 Likes

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.