We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dear all,
Does DI work with kartik gridview like this?
I've think the grid needs to be register first.
Best, Toby
` Yii::$container->set(kartik\grid\GridView::class, [ 'headerContainer' => null, 'tableOptions' => ['class' => 'table table-nowrap'], 'bordered' => false, 'striped' => false, // alternating line colors 'condensed' => false, // condense the height of the lines 'responsive' => true, // true, then uses http://getbootstrap.com/css/#tables-responsive 'responsiveWrap' => true, // group areas when stacked on smaller screen 'hover' => true, // higlight on hover 'headerContainer' => null, //remove header css ], );
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Dear all,
Does DI work with kartik gridview like this?
I've think the grid needs to be register first.
Best,
Toby
The text was updated successfully, but these errors were encountered: