Skip to content

Commit

Permalink
DataTable columns need minWidth
Browse files Browse the repository at this point in the history
  • Loading branch information
camille-s committed Jun 3, 2024
1 parent 895f4ab commit 194269d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/utils/data.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ const getCustomCols = (field, type, cogs) => {
const opts = {
filterOperators: typeOpts,
filterable: isFilterable,
minWidth: 100,
...stdOpts[field]
};
return opts || {};
Expand Down

0 comments on commit 194269d

Please sign in to comment.