Fixed doc and alignment issue
parent
0c5ad48488
commit
3cc6664e18
|
@ -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"> </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"> </span>
|
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue