Reputation: 1251
How can I remove the separator line between two columns to make them look as if they are one column.
Upvotes: 0
Views: 118
Reputation: 1251
added css class
.border-whiteNoWidth
{
border-right: 0px !important;
}
Then added this to the cellClass
of the specific column
Upvotes: 1