How do I get the edge of a datagrid from the primefaces ???
The part of the code that uses the datagrid follows:
<p:dataGrid columns="3" value="#{projetistaBean.listaDeProjetistas}" var="projetista" styleClass="ui-datagrid" >
and the part of the code that I customized the datagrid:
.ui-datagrid{
border: none;
}
and nothing out of border