We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8c143c commit 5b633b3Copy full SHA for 5b633b3
1 file changed
TablePro/Views/Results/DataGridCoordinator.swift
@@ -206,6 +206,7 @@ final class TableViewCoordinator: NSObject, NSTableViewDelegate, NSTableViewData
206
}
207
208
func updateCache() {
209
+ cachedTableRows = tableRowsProvider()
210
cachedRowCount = sortedIDs?.count ?? cachedTableRows.count
211
cachedColumnCount = cachedTableRows.columns.count
212
0 commit comments