Skip to content

Commit

Permalink
Merge pull request #600 from zilliztech/fix
Browse files Browse the repository at this point in the history
ui: fix the column gap is too large for the data page
  • Loading branch information
shanghaikid authored Jul 24, 2024
2 parents 163026f + e3ad2c6 commit 063ca5b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,7 @@ const CollectionData = (props: CollectionDataProps) => {
return cellData;
}
},
field: i,
field: collection.schema.fields.find(f => f.name === i),
getStyle: d => {
if (!d || !d.field) {
return {};
Expand Down

0 comments on commit 063ca5b

Please sign in to comment.