Skip to content
Snippets Groups Projects
Unverified Commit 45e6daba authored by Paul Rosenzweig's avatar Paul Rosenzweig Committed by GitHub
Browse files

Pass through column settings as formatting options (#10107)

parent d1af555a
No related branches found
No related tags found
No related merge requests found
......@@ -109,6 +109,7 @@ export class ObjectDetail extends Component {
} else {
cellValue = formatValue(value, {
column: column,
...column.settings,
jsx: true,
rich: true,
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment