We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c981381 commit 9f088bbCopy full SHA for 9f088bb
1 file changed
src/lib/Components/RowRenderer.tsx
@@ -39,7 +39,7 @@ const MappedColumns: React.FC<RowRendererProps> = ({ columns, row, cellRenderer,
39
borders={{
40
...borders,
41
left: borders.left && column.left === 0,
42
- right: (borders.right && column.idx === lastColIdx) || !(state.cellMatrix.scrollableRange.last.column.idx === location.column.idx)
+ right: (borders.right && column.idx === lastColIdx) || !(state.cellMatrix.scrollableRange.last.column?.idx === location.column.idx)
43
}}
44
state={state}
45
location={location}
0 commit comments