Skip to content

Commit

Permalink
fix: Fix default rowCount
Browse files Browse the repository at this point in the history
  • Loading branch information
vsgoulart committed Dec 1, 2023
1 parent 126d2b6 commit c73e1ca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ Table.config = {

return {
...remainingOptions,
rowCount: 1,
rowCount: 10,
columns: [
{
label: 'ID',
Expand Down

0 comments on commit c73e1ca

Please sign in to comment.