Skip to content

Commit

Permalink
tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
amanmahajan7 committed Aug 24, 2023
1 parent 83ab4ea commit f309cfb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/hooks/useCalculatedColumns.ts
Original file line number Diff line number Diff line change
Expand Up @@ -261,12 +261,12 @@ export function useCalculatedColumns<R, SR>({
return {
columns,
colSpanColumns,
lastFrozenColumnIndex,
headerRowsCount,
colOverscanStartIdx,
colOverscanEndIdx,
templateColumns,
layoutCssVars,
headerRowsCount,
lastFrozenColumnIndex,
totalFrozenColumnWidth
};
}
Expand Down

0 comments on commit f309cfb

Please sign in to comment.