My is produced by JSF, which renders

My is produced by JSF, which renders

JTechJTech Posts: 1Questions: 1Answers: 0

I have a JSF <h:dataTable>:

<h:dataTable class="display" id="tableID" value="#{bean.list}" var="listVar" > <h:column> <f:facet name="header">Unit</f:facet> #{listVar.x} </h:column>

This renders an html table, but I dont think Datatables.net is seeing the table because it renders the <th> as <th scope="col">. Is there a way I can change the set up to recognize this table header?

Answers

  • colincolin Posts: 15,171Questions: 1Answers: 2,589

    Hi @JTech ,

    We're happy to take a look. As per the forum rules, if you could link to a running test case showing the issue we can offer some help. Information on how to create a test case (if you aren't able to link to the page you are working on) is available here.

    Cheers,

    Colin

This discussion has been closed.