Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tablecruncher/tablecruncher
/ customHeaderRowShown
Method
customHeaderRowShown
src/csvtable.cpp:658–660 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
656
}
657
658
bool CsvTable::customHeaderRowShown() {
659
return hasCustomHeaderRow;
660
}
661
662
663
void CsvTable::setCustomHeaderRowShown(bool value) {
Callers
9
createUndoStateTable
Method · 0.80
loadFile
Method · 0.80
showDefaultStatus
Method · 0.80
storeWindowPreferences
Method · 0.80
readWindowPreferences
Method · 0.80
addUndoStateCell
Method · 0.80
undo
Method · 0.80
jumpToRow
Method · 0.80
switchHeaderRowCB
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected