Fixed doc and alignment issue

pull/358/head
cagataycivici 2020-07-01 19:29:34 +03:00
parent 0c5ad48488
commit 3cc6664e18
2 changed files with 1 additions and 3 deletions

View File

@ -2,11 +2,9 @@
<div class="p-dataview-layout-options p-selectbutton p-buttonset"> <div class="p-dataview-layout-options p-selectbutton p-buttonset">
<button :class="buttonListClass" @click="changeLayout('list')" type="button"> <button :class="buttonListClass" @click="changeLayout('list')" type="button">
<i class="pi pi-bars"></i> <i class="pi pi-bars"></i>
<span class="p-button-text">&nbsp;</span>
</button> </button>
<button :class="buttonGridClass" @click="changeLayout('grid')" type="button"> <button :class="buttonGridClass" @click="changeLayout('grid')" type="button">
<i class="pi pi-th-large"></i> <i class="pi pi-th-large"></i>
<span class="p-button-text">&nbsp;</span>
</button> </button>
</div> </div>
</template> </template>

View File

@ -174,7 +174,7 @@ import Button from 'primevue/button';
<td>Icon element</td> <td>Icon element</td>
</tr> </tr>
<tr> <tr>
<td>p-button-text</td> <td>p-button-label</td>
<td>Label element of the button</td> <td>Label element of the button</td>
</tr> </tr>
<tr> <tr>