for attributes in self.layoutAttributesForElements(in: proposedRect)! {
                    if attributes.representedElementCategory != .cell {
                        continue
                    }