Merge pull request #6605 from papnoisanjeev/applied-filter-condition-show
Applied condition showing during filtering #6408
This commit is contained in:
commit
b0fe69c450
File diff suppressed because one or more lines are too long
|
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
"/js/ui.js": "/js/ui.js?id=cb527fcbce0488f30069",
|
||||
"/js/ui.js": "/js/ui.js?id=3200019bb5cc4b0a434e",
|
||||
"/css/ui.css": "/css/ui.css?id=d37fc925848045c24ee5"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
<span class="filter-tag">
|
||||
<span v-if="filter.column == 'perPage'">perPage</span>
|
||||
|
||||
<span v-else>{{ filter.label }}</span>
|
||||
<span v-else>{{ filter.label }} | {{ filter.cond }}</span>
|
||||
|
||||
<span class="wrapper" v-if="filter.prettyValue">
|
||||
{{ filter.prettyValue }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue