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 7bbbc1b commit cfe8d08Copy full SHA for cfe8d08
frontend/src/plugins/impl/data-frames/DataFramePlugin.tsx
@@ -278,6 +278,7 @@ export const DataFrameComponent = memo(
278
showFilters={false}
279
search={search}
280
showColumnSummaries={false}
281
+ showDataTypes={true}
282
get_column_summaries={getColumnSummaries}
283
showPageSizeSelector={(total_rows && total_rows > 5) || false}
284
showColumnExplorer={false}
0 commit comments