How to disable count in SearchPanes
How to disable count in SearchPanes
latinunit
Posts: 73Questions: 12Answers: 0
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
Yes, use the
columns.searchPanes.viewCount
option. It is enabled by default.Allan