Skip to content

Commit fa42e40

Browse files
committed
feat(constants): add kDefaultRowsPerPage for pagination handling
1 parent 43e7155 commit fa42e40

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
/// Default number of rows to display per page in paginated data tables.
2+
const int kDefaultRowsPerPage = 10;

0 commit comments

Comments
 (0)