Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dajie111/nodeseek-userscript
/ deleteRow
Function
deleteRow
notes.js:331–333 ·
view source on GitHub ↗
(table, rowIndex)
Source
from the content-addressed store, hash-verified
329
}
330
331
function
deleteRow(table, rowIndex) {
332
table.deleteRow(rowIndex);
333
}
334
335
function
deleteColumn(table, colIndex) {
336
Array.from(table.rows).forEach(row => {
Callers
1
attachTableOperationsToContainer
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected