From 231d0fd051c737b35bcc4355151431b2a6ec4f07 Mon Sep 17 00:00:00 2001 From: Diego Medina Date: Wed, 22 Jun 2022 23:18:39 -0300 Subject: [PATCH] chore: Set table viz default row limit to 1000 --- .../plugins/plugin-chart-table/src/controlPanel.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx b/superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx index 427f671c1a68a..a2cbf43122f9e 100644 --- a/superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx +++ b/superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx @@ -316,6 +316,7 @@ const config: ControlPanelConfig = { { name: 'row_limit', override: { + default: 1000, visibility: ({ controls }: ControlPanelsContainerProps) => !controls?.server_pagination?.value, },