Skip to content

Commit

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

0 comments on commit 231d0fd

Please sign in to comment.