­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ @php /** @var \IAWP\Tables\Table $table */ @endphp
is_visible() ? 'cell' : 'cell hide'; ?>
is_visible() ? 'cell' : 'cell hide'; ?>
run('tables.rows', [ 'table' => $table, 'all_columns' => $all_columns, 'visible_column_count' => $visible_column_count, 'number_of_shown_rows' => $number_of_shown_rows, 'rows' => $rows, 'render_skeleton' => $render_skeleton, 'page_size' => $page_size, 'sort_column' => $sort_column, 'sort_direction' => $sort_direction, 'has_campaigns' => $has_campaigns, ]); } ?>