-
-
Notifications
You must be signed in to change notification settings - Fork 24
Add prepend
/append
options to BaseListView
#273
New issue
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
Conversation
vjik
commented
Apr 11, 2025
Q | A |
---|---|
Is bugfix? | ❌ |
New feature? | ✔️ |
Breaks BC? | ❌ |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #273 +/- ##
============================================
- Coverage 86.29% 85.90% -0.39%
- Complexity 632 636 +4
============================================
Files 50 50
Lines 2152 2164 +12
============================================
+ Hits 1857 1859 +2
- Misses 295 305 +10 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
What is the use case? Why not use the template itself? prepended
<?= GridView::widget() ?>
appended |
prepend/append added blocks into container:
This is convient for configuration. For example, add overlay block that visualizes loading process. |
Co-authored-by: Alexander Makarov <sam@rmcreative.ru>
Co-authored-by: Alexander Makarov <sam@rmcreative.ru>