• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

kivymd / KivyMD
36%

Build:
DEFAULT BRANCH: master
Repo Added 15 Jun 2020 08:12PM UTC
Files 188
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH master
branch: SELECT
CHANGE BRANCH
x
  • No branch selected
  • master

27 Jul 2026 08:15AM UTC coverage: 36.456% (-0.06%) from 36.516%
30249175189

push

github

HeaTTheatR
fix(datatables): fix get_row_checks() to work with pagination and scrolling

Problem:
- get_row_checks() relied on visible widgets (get_visible_view())
- Scrolled-out rows were not included in the results
- Duplicate rows appeared when scrolling back to the top

Solution:
- Added checked_row_indices property to store indices of all checked rows
- _get_row_checks() now uses checked_row_indices instead of visible widgets
- Updated select_all() to sync checked_row_indices
- Added _restore_check_states() to restore checkbox states when changing pages

Changes:
- TableData: added checked_row_indices property
- TableData: rewrote _get_row_checks() to use checked_row_indices
- TableData: updated select_all() to work with checked_row_indices
- TableData: added _restore_check_states() for pagination
- TableData: updated set_next_row_data_parts() to call _restore_check_states()
- CellRow: select_check() now updates checked_row_indices
- CellRow: fixed synchronization with table.checked_row_indices

Now get_row_checks() returns correct list of checked rows regardless of
scroll position and current pagination page.

0 of 34 new or added lines in 1 file covered. (0.0%)

3 existing lines in 1 file now uncovered.

3825 of 10492 relevant lines covered (36.46%)

0.36 hits per line

Relevant lines Covered
Build:
Build:
10492 RELEVANT LINES 3825 COVERED LINES
0.36 HITS PER LINE
Source Files on master
  • Tree
  • List 188
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
30249175189 master fix(datatables): fix get_row_checks() to work with pagination and scrolling Problem: - get_row_checks() relied on visible widgets (get_visible_view()) - Scrolled-out rows were not included in the results - Duplicate rows appeared when scrolling b... push 27 Jul 2026 08:18AM UTC HeaTTheatR github
36.46
30242600757 master Fix: Ensure MDDataTable header displays correctly with single column push 27 Jul 2026 06:26AM UTC HeaTTheatR github
36.52
30095374498 master Merge remote-tracking branch 'origin/master' push 24 Jul 2026 01:06PM UTC HeaTTheatR github
36.54
30094858824 master Merge remote-tracking branch 'origin/master' push 24 Jul 2026 12:58PM UTC HeaTTheatR github
36.54
30094491311 master fix(typo) push 24 Jul 2026 12:53PM UTC HeaTTheatR github
36.54
29977191781 master fix(MDButton): Clear hover shadow when mouse leaves filled style button - Reset elevation_level to 0 for filled/tonal styles when not hovered Closes #1880 push 23 Jul 2026 03:35AM UTC HeaTTheatR github
36.54
29937349799 master Merge remote-tracking branch 'origin/master' push 22 Jul 2026 04:20PM UTC HeaTTheatR github
36.54
29907891978 master fix(lint) push 22 Jul 2026 09:28AM UTC HeaTTheatR github
36.54
29893822133 master Merge remote-tracking branch 'origin/master' push 22 Jul 2026 05:30AM UTC HeaTTheatR github
38.51
29893451439 master ci: add Xvfb support for headless Kivy release tests push 22 Jul 2026 05:22AM UTC HeaTTheatR github
38.51
See All Builds (979)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc