How to disable count in SearchPanes

How to disable count in SearchPanes

latinunitlatinunit Posts: 73Questions: 12Answers: 0
edited March 2023 in Free community support

I am using css to hide the record count on SearchPanes, but I am wondering if there is an actual option proided out of the box to hide it which will prevent the initial record count from triggering in the first place which should yield some performance gains upon loading?

.dtsp-pill {
display: none !important;
}

This question has an accepted answers - jump to answer

Answers

Sign In or Register to comment.