python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Vuetify Table - Filter out specific row
I have a table
<v-simple-table class="condition-table">
<template v-slot:default>
<thead>
<tr>
<th class="text-left&q...
code-8
Votes: 0
Answers: 3
Vuetify Table - rendering column value based on a condition
I have a vuetify table and one of the columns is url. I need to add logic to either display URL or URL Group name. I can tell that based on the property of my rules array. If my rules[i].urlGroup != ...
code-8
Votes: 0
Answers: 1
Vuetify Tab component Form validation issue
I have a form implemented in a tab component on my site.
The form element in the 2nd tab is not activated. Form validation works not correctly.
To reproduce the issue I made a jsfiddle https://jsfiddl...
wintersa
Votes: 0
Answers: 0
Vuetify v-bottom-navigation Pushed down
this is my main view route page
<template>
<div>
<MobileMain v-if="$vuetify.breakpoint.xsOnly"/>
<Navigation v-else/>
<router-view></router-vie...
Bagoes Heikhal
Votes: 0
Answers: 1