.smart-pivot-table {
    --smart-table-group-count-display: none;
    max-height: 800px;
	width: calc(100% - 300px);
}
@media (max-width: 750px) {
    .smart-pivot-table {
        width: 100%;
    }
}