Now I tested here and works.
-----------------------------------------
{{extend 'layout.html'}}
<style>
.tablewrapper{
width:400px !important;
}
</style>
<div class='tablewrapper'>
{{=table}}
</div>
------------------------------------------
Now I tested here and works.
-----------------------------------------
{{extend 'layout.html'}}
<style>
.tablewrapper{
width:400px !important;
}
</style>
<div class='tablewrapper'>
{{=table}}
</div>
------------------------------------------