We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 051d5f3 commit 2ea7402Copy full SHA for 2ea7402
component/virtualized-table.js
@@ -84,7 +84,7 @@ export default class VirtualizedTable extends React.Component {
84
{this.schema.fields.map((field, fieldIndex) => (
85
<Column
86
key={fieldIndex}
87
- label={field.name}
+ label={`${field.name}`}
88
// cellDataGetter={({ columnData, dataKey, rowData }) =>
89
// rowData
90
// }
0 commit comments