Here is the JSP page code snippet:
<p:column selectionMode="multiple" exportable="false" style="text-align:center;">
</p:column>
<p:ajax event="rowSelectCheckbox" update="deleteButton"/>
<p:ajax event="rowUnselectCheckbox" update="deleteButton"/>
I am currently experiencing an issue where the default background color is displaying as blue when I would like it to be gray instead.