Skip to content

Commit

Permalink
feat: correction
Browse files Browse the repository at this point in the history
  • Loading branch information
mbondyra committed Apr 30, 2020
1 parent 594210d commit 35deebb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ export function DatatableComponent(props: DatatableRenderProps) {
name: (col && col.name) || '',
render: (value: unknown) => {
const formattedValue = formatters[field]?.convert(value);
const fieldName = col?.meta?.aggConfigParams.field;
const fieldName = col?.meta?.aggConfigParams?.field;

if (filterable) {
return (
Expand Down

0 comments on commit 35deebb

Please sign in to comment.