Skip to content

Commit

Permalink
set paging to false
Browse files Browse the repository at this point in the history
  • Loading branch information
brianlagunas committed Nov 18, 2024
1 parent ef90d2a commit 2ba16ed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public GridVisualizationSettings()
/// Supported data sources include: Athena, BigQuery, MySQL, Oracle, PostgreSQL, SQL Server, and SyBase.
/// </summary>
[JsonProperty("PagedRows")]
public bool IsPagingEnabled { get; set; } = true;
public bool IsPagingEnabled { get; set; } = false;

/// <summary>
/// Gets or sets the number of rows to display per page.
Expand Down

0 comments on commit 2ba16ed

Please sign in to comment.