Code:Also help me how can i take steps of 5 here
<v-slider v-model="list1" :min="1" :max="1000">
</v-slider>
data () {
return {"list1": [0,1] //list 1 will have all the range of data selected.
}
}
created()
{
//method call to extract the table data where i calculate max and min in table too
}