Change the grid view

This commit is contained in:
kulczy 2019-06-07 12:21:15 +02:00 committed by Kamil Kokot
parent e925e5e7c9
commit 4c320084f1
No known key found for this signature in database
GPG key ID: 7BD76F7054D93C89

View file

@ -49,7 +49,8 @@
</div>
{% endif %}
<div class="ui segment sylius-grid-wrapper">
<div class="ui hidden divider"></div>
<div class="sylius-grid-wrapper">
{% if definition.limits|length > 1 and data|length > min(definition.limits) %}
<div class="sylius-grid-nav">
<div class="sylius-grid-nav__pagination">
@ -66,8 +67,8 @@
{% endif %}
{% if data|length > 0 %}
<div class="sylius-grid-table-wrapper">
<table class="ui sortable stackable celled table">
<div class="ui segment spaceless sylius-grid-table-wrapper">
<table class="ui sortable stackable very basic celled table">
<thead>
<tr>
{{ table.headers(grid, definition, app.request.attributes) }}