GridView Responsive

Hi, I can’t set the size of the table like the same size of the window.

I have this code:




 $this->widget('booster.widgets.TbExtendedGridView', array(

                    'id' => 'dispositivo-grid-list',

                    'dataProvider' => $DataProviderCalibracion,

                    'responsiveTable' => true,

                    'fixedHeader' => true,

                     'summaryText'=>'Pagina {start}-{end} de {count} desultados.',

                    'columns' => array(

                        array(

                      ...............................




and I’m showing:Example picture

If you can show, the window size it’s diferente to the table size.

How can I do it??

Thanks you very much

Here explains how to create responsive tables https://css-tricks.com/responsive-data-tables . I used this tutorial to make responsive a CGridView