mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-11 09:52:35 +00:00
Fixed #5547 - Remove styled from speed
This commit is contained in:
parent
704f6dedf2
commit
af56b7c054
16 changed files with 47 additions and 80 deletions
|
@ -23,7 +23,7 @@
|
|||
tableStyle="min-width: 50rem"
|
||||
>
|
||||
<template #header>
|
||||
<IconField iconPosition="left">
|
||||
<IconField>
|
||||
<InputIcon>
|
||||
<i class="pi pi-search" />
|
||||
</InputIcon>
|
||||
|
@ -112,7 +112,7 @@ export default {
|
|||
stateStorage="session" stateKey="dt-state-demo-session" paginator :rows="5" filterDisplay="menu"
|
||||
selectionMode="single" dataKey="id" :globalFilterFields="['name', 'country.name', 'representative.name', 'status']" tableStyle="min-width: 50rem">
|
||||
<template #header>
|
||||
<IconField iconPosition="left">
|
||||
<IconField>
|
||||
<InputIcon>
|
||||
<i class="pi pi-search" />
|
||||
</InputIcon>
|
||||
|
@ -175,7 +175,7 @@ export default {
|
|||
stateStorage="session" stateKey="dt-state-demo-session" paginator :rows="5" filterDisplay="menu"
|
||||
selectionMode="single" dataKey="id" :globalFilterFields="['name', 'country.name', 'representative.name', 'status']" tableStyle="min-width: 50rem">
|
||||
<template #header>
|
||||
<IconField iconPosition="left">
|
||||
<IconField>
|
||||
<InputIcon>
|
||||
<i class="pi pi-search" />
|
||||
</InputIcon>
|
||||
|
@ -303,7 +303,7 @@ export default {
|
|||
stateStorage="session" stateKey="dt-state-demo-session" paginator :rows="5" filterDisplay="menu"
|
||||
selectionMode="single" dataKey="id" :globalFilterFields="['name', 'country.name', 'representative.name', 'status']" tableStyle="min-width: 50rem">
|
||||
<template #header>
|
||||
<IconField iconPosition="left">
|
||||
<IconField>
|
||||
<InputIcon>
|
||||
<i class="pi pi-search" />
|
||||
</InputIcon>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue