Skip to content

Commit

Permalink
pagesize back to int (mistake on merging)
Browse files Browse the repository at this point in the history
  • Loading branch information
tesar-tech committed Dec 23, 2024
1 parent ba48e50 commit 01f53c9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public partial class DataGridPage

private DataGrid<Employee> dataGrid;
public long currentPage { get; set; } = 1;
public long currentPageSize { get; set; } = 5;
public int currentPageSize { get; set; } = 5;

private bool editable = true;
private bool fixedHeader = false;
Expand Down

0 comments on commit 01f53c9

Please sign in to comment.