i try understand why sonata type collection configure edit inline table, table isn't responsive. on mobile screen when i've got table many field, field doesn't appear , there no scroll see them? have same problem?
there pr wasn't merged yet, there changes need done manually in meantime:
add style.css in sonata's layout(extend template , add css in styles block).
/* table list scrollbar */ .box .box-body { overflow-x: auto; overflow-y: hidden; } .sonata-ba-list .pull-right.fix-overflow { position: absolute; right: 10px; bottom: 10px; }
and in base_list.html.twig
:
<div class="pull-right fix-overflow">
Comments
Post a Comment