What does do and when should I use it?
A facet represents a named section within a container component. For example, you can create a header and a footer facet for a dataTable component. https://web.archive.org/web/20170828020413/http://www.jsftoolbox.com/documentation/help/12-TagReference/core/f_facet.html It’s useful when you want to create component that uses some code from user (let’s say wrapper). ie. when you want to create component that hides long text and … Read more