How to draw line between cells in JSF datatable?
Just use CSS.
table { border-collapse: collapse; } td { border: 1px solid black; }