I have a table in read-only mode. When I add a column summary, the table now shows the mass action check boxes to the far left of the table. Anyway to disable this? I see that allows you to select which items get summarized, but if I always want all of the rows to be included, can I disable?
Page 1 / 1
I’ve used this CSS in the past to hide the checkboxes:
.hidetablecheckboxes inpututype=checkbox] { <br> display: none;<br>}
You’ll need add the hidetablecheckboxes CSS class to the table.
Awesome! I was looking for a CSS way to do it but couldn’t find the right element. Thanks.
I’ve used this CSS to hide the footer:
.hidetablefooter .nx-list-footer { display: none; }
I use that one quite frequently. Glad to be able to reference it as a master style now in Banzai.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.