Hiding Entry Summaries with KTL Class
- CH Project Support Limited Carl Holmes
- Apr 15
- 1 min read
The below CSS allows you to hide the record summary on the grid "Showing 1-1 of 1" using KTL's Class Keyword
Sign up to Knack for Free - Affiliate Link
Add to CSS
/*Hide Entries Summary i.e 10 of 100 */
.hide-entries .kn-entries-summary {
display: none !important;
}
The simply add the keyword _cls=[hide-entries] to the description of the view in the builder.
Comments