@include component-rules($petals--data-table-component-name) {
  $pagination-height: 68px;

  &-table {
    width: 100%;
  }

  &-pagination {
    flex-shrink: 0;
    flex-basis: $pagination-height;
    height: $pagination-height;
    padding: 19px 20px 0;
  }

  &--fixedHeight {
    display: flex;
    flex-direction: column;
    height: 100%;
  }

  &--fixedHeight &-tableWrapper {
    flex-grow: 1;
  }
}
