i think you can do this with stylesheets.use the attribute columnClasses="mycolumn" to assign a styleclass to the columns and attach a stylesheet containing something like
.mycolumn
{
border-spacing: 0;
padding: 0;
}
Oliver Gottwald wrote:
hi everyone, i was wondering .... is there a way to get rid of the spacing between columns on a dataTable?i have a spec for a client that requires that. a quick response would be greatly appreciated.oliver

