Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MADEVAL/Oat-Table
/ #rowCheckboxes
Method
#rowCheckboxes
src/table.js:267–271 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
265
}
266
267
#rowCheckboxes() {
268
return
this.#rows
269
.map(row => row.querySelector(
'[data-table-select-row]'
))
270
.filter(Boolean);
271
}
272
273
#visibleRows() {
274
return
this.#rows.filter(row => !row.hidden);
Callers
1
#syncSelection
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected