I am trying to add a footer to my bootsfaces datatable in my web application.
<f:facet name="footer">
<b:commandButton value="Create Tyre" icon-awesome="plus" look="primary"
actionListener="#{tyreMasterController.prepareCreate()}"
update=":TyreMasterCreateForm" oncomplete="PF('TyreMasterCreateDialog').show()">
</b:commandButton>
</f:facet>
The command button or anything else doesnot show up. Please help in this