You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Frozen 1 row and 1 column should show array from index 0
Actual Behavior
When I freeze both column and row. I am not getting first value of the array.
I have just commented
func frozenRows(in spreadsheetView: SpreadsheetView) -> Int {
return 1
}
function in one and uncommented in another.
With frozenRows method
Commented frozenRows method
Please let me know how to deal with this?
Steps to Reproduce the Problem
Created 1 dimensional array for row header
Created 1 dimensional array for column header
Created 2 dimensional array for values.
Specifications
Xcode version: ? 11.0
iOS version: ? 12.4
Dependency manager + version: ?
The text was updated successfully, but these errors were encountered:
It's possible to see the missing row when using Debug View Hierarchy and rotating the view. You can see the missing row sitting directly underneath the frozen row. I hope this helps identify the issue.
Expected Behavior
Frozen 1 row and 1 column should show array from index 0
Actual Behavior
When I freeze both column and row. I am not getting first value of the array.
I have just commented
func frozenRows(in spreadsheetView: SpreadsheetView) -> Int {
return 1
}
function in one and uncommented in another.
With frozenRows method
Commented frozenRows method
Please let me know how to deal with this?
Steps to Reproduce the Problem
Specifications
The text was updated successfully, but these errors were encountered: