Demo update

pull/41/head
cagataycivici 2019-07-09 16:58:23 +03:00
parent d95a534123
commit 8b45eb3db3
1 changed files with 3 additions and 3 deletions

View File

@ -13,7 +13,7 @@
<DataTable :value="cars"> <DataTable :value="cars">
<template #header> <template #header>
<div style="line-height:1.87em" class="clearfix"> <div style="line-height:1.87em" class="clearfix">
<Button icon="pi pi-refresh" style="float: right"/> <Button icon="pi pi-refresh" style="float: left"/>
List of Cars List of Cars
</div> </div>
</template> </template>
@ -50,8 +50,8 @@
<template v-pre> <template v-pre>
&lt;DataTable :value="cars"&gt; &lt;DataTable :value="cars"&gt;
&lt;template #header&gt; &lt;template #header&gt;
&lt;div style="line-height:1.87em" class="clearfix"&gt; &lt;div style="line-height:1.87em" class="p-clearfix"&gt;
&lt;Button icon="pi pi-refresh" style="float: right"/&gt; &lt;Button icon="pi pi-refresh" style="float: left"/&gt;
List of Cars List of Cars
&lt;/div&gt; &lt;/div&gt;
&lt;/template&gt; &lt;/template&gt;