column and row in bootstrap 4 code example
Example: how to have only one vertical border after a column in bootstrap table
table.table tbody tr td,
table.table thead tr th,
table.table thead {
border-left: 1px solid red;
border-right: 1px solid red;
}