Skip to content

Commit

Permalink
chore(sql-playground): add more page sizes in pagination dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
tanmoysrt committed Dec 21, 2024
1 parent 2d3eb6b commit b5dd9c0
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,9 @@ const downloadCSV = async () => {
<p class="text-sm text-gray-600">Per Page</p>
<select class="form-select block !py-0.5 text-sm" v-model="pageSize">
<option value="10">10&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</option>
<option value="20">20&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</option>
<option value="50">50&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</option>
<option value="100">100&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</option>
<option value="200">200&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</option>
</select>
</div>
<p class="tnum text-sm text-gray-600">
Expand Down

0 comments on commit b5dd9c0

Please sign in to comment.