Skip to content

Commit b5eed2a

Browse files
author
minjk-bl
committed
Edit placeholder on pandas option
1 parent 89839bf commit b5eed2a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

visualpython/html/m_apps/pandasOption.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
99
</div>
1010
<div class="vp-grid-col-110">
1111
<label for="min_rows" class="">Min rows</label>
12-
<input type="number" id="min_rows" class="vp-po-option-item vp-input vp-state" placeholder="10 (min)">
12+
<input type="number" id="min_rows" class="vp-po-option-item vp-input vp-state" placeholder="10">
1313
</div>
1414
<div>
1515
<label class="vp-orange-text vp-italic">NOTE:</label> <label class="vp-gray-text vp-italic">numbers of rows to show in a truncated view</label>
1616
</div>
1717
<div class="vp-grid-col-110">
1818
<label for="min_rows" class="">Max rows</label>
1919
<div>
20-
<input type="number" id="max_rows" class="vp-po-option-item vp-input vp-state" placeholder="60 (max)">
20+
<input type="number" id="max_rows" class="vp-po-option-item vp-input vp-state" placeholder="60">
2121
<label>
2222
<input type="checkbox" id="showAllRows" class="vp-po-option-item">
2323
<span title="Set option as None to show all rows">Show all rows</span>

0 commit comments

Comments
 (0)