To use your custom css file globally, set the cssfile property in config file
'components'=>array(
'widgetFactory'=>array(
'widgets' => array (
'cssFile' => '/css/style-gridview.css',
)
),
);
To use your custom css file globally, set the cssfile property in config file
'components'=>array(
'widgetFactory'=>array(
'widgets' => array (
'cssFile' => '/css/style-gridview.css',
)
),
);
Don't forget to share this post