chore: Set table viz default row limit to 1000 (#20475)

This commit is contained in:
Diego Medina
2022-07-07 01:09:23 -03:00
committed by GitHub
parent 414cc99ca2
commit ac01a1b02f

View File

@@ -317,6 +317,7 @@ const config: ControlPanelConfig = {
{
name: 'row_limit',
override: {
default: 1000,
visibility: ({ controls }: ControlPanelsContainerProps) =>
!controls?.server_pagination?.value,
},