F: facet - is there a list of predefined name attributes?

I searched the net with no luck, I know that there are certain predefined names, such as "header" and "footer", associated with the dataTable, also the "first" inside the main tag to trigger this meta tag.

Are there other predefined names that I should know about?

Thanks, -M

+4
source share
1 answer

You cannot find a predefined list of names for facets. because faces are associated with components. Each component supports different faces. for example h: datatable supports header and footer. Datatable surfaces support the edges of the header, footer, and void. The best way to find supported faces is to look at the source code of the component rendering. Main interfaces DatatableRenderer , Mojarra TableRenderer

+2
source

Source: https://habr.com/ru/post/1537575/


All Articles