Skip to content

Commit

Permalink
chore: Set table viz default row limit to 1000 (#20475)
Browse files Browse the repository at this point in the history
  • Loading branch information
diegomedina248 authored Jul 7, 2022
1 parent 414cc99 commit ac01a1b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,7 @@ const config: ControlPanelConfig = {
{
name: 'row_limit',
override: {
default: 1000,
visibility: ({ controls }: ControlPanelsContainerProps) =>
!controls?.server_pagination?.value,
},
Expand Down

0 comments on commit ac01a1b

Please sign in to comment.