-
Notifications
You must be signed in to change notification settings - Fork 57
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
feat: Use count for scrolling size, if available #1473
Conversation
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #1473 +/- ##
==========================================
+ Coverage 94.94% 95.01% +0.07%
==========================================
Files 51 51
Lines 3361 3411 +50
Branches 486 496 +10
==========================================
+ Hits 3191 3241 +50
Misses 140 140
Partials 30 30
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
fb2d3fc
to
0f683d8
Compare
There is a problem with the double border on top because of the extra column group wrapper (extra hidden header). |
0f683d8
to
a83a76d
Compare
6da01ab
to
630ae33
Compare
Would it be possible to fix the sonar bug and code smells before we merge? |
Simplify autogrid renderer function Fixes #1467
…unt in footer * Update only footer after updating size * Simplify setting of grid size Fixes #1467
*UseEffect is called after data provider was updated, so it was simplified to be called on initial render Fixes #1467
*remove unused imports Fixes #1467
…-count-if-available
…-count-if-available
Quality Gate failedFailed conditions 4.6% Duplication on New Code (required ≤ 3%) |
This ticket/PR has been released with Hilla 24.4.0.alpha1 and is also targeting the upcoming stable 24.4.0 version. |
Also fixes #1467
Add support to show the "Total Number Of Records" for the grid optionally