Skip to content

Commit

Permalink
fixed fields with dot not showing in tables (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
alonstern authored Jan 5, 2024
1 parent 0a4f808 commit 941ea28
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/client/datatable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ function DataTable(props: { columnDefs: any; rowData: any }) {
rowMultiSelectWithClick={false}
onCellDoubleClicked={onCellDoubleClicked}
onRowSelected={onRowSelected}
suppressFieldDotNotation={true}
></AgGridReact>
{detailsVisible && detailsJson && (
<ReactJson src={detailsJson} displayDataTypes={false} displayObjectSize={false} />
Expand Down

0 comments on commit 941ea28

Please sign in to comment.