top of page

PnP Modern Search - custom Refiner showing file icons

  • Writer: Kasper Larsen
    Kasper Larsen
  • Aug 2, 2024
  • 1 min read





The Out of the box Refiner might look a bit dull when showing the various values, in this case File Extensions:





However, nothing prevents you from adding some visual guides to the end users, in this case some icons.




pnp-iconfile makes it super easy :-)



{{#eq filter.filterName 'FileExtension'}}		
<div>
	<pnp-iconfile data-extension="{{name}}" data-is-container="false" 		 data-size="32"></pnp-iconfile>
</div>

{{/eq}}





As usually you can find this custom layout on PnP Modern Search Layouts,


 
 
 

30103817

  • Twitter
  • LinkedIn

©2023 by M365thinking. Proudly created with Wix.com

bottom of page