table
  thead
    tr
      th
        |Title 1
      th
        |Title 2
      th
  tbody
    tr
      td
      td
        |value
      td
View Compiled
table {
  th,
  td {
    box-shadow: 0 0 1px #000;
    &:empty {
      &:before {
        content: "Тут ничего нет..."
      }
    }
  }
}
View Compiled

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.