Michael JDI
Michael JDI

Reputation: 1251

UI-Grid Remove Column Spacing. Make 2 Columns Look Like 1

How can I remove the separator line between two columns to make them look as if they are one column.

Upvotes: 0

Views: 118

Answers (1)

Michael JDI
Michael JDI

Reputation: 1251

added css class

.border-whiteNoWidth
{
  border-right: 0px !important;

}

Then added this to the cellClass of the specific column

Upvotes: 1

Related Questions