By iamnaeem90
<tbody> <tr v-for=“(item,index) in recents” v-if=“item.user_id==user.id”> <td class=“change-color”>{{fourDigit(item.id)}}</td> <td class=“change-color”>{{item.draw.name}}</td> <td class=“change-color”>{{item.rule.name}}</td> <td class=“change-color” >{{item.bet_amount}}<img src=“app/assets/images/dropdown-3.png” class=“img” /></td> </tr> <tr v-for=“(item,index) in recents” v-if=“item.user_id!=user.id”> <td >{{fourDigit(item.id)}}</td> <td >{{item.draw.name}}</td> <td >{{item.rule.name}}</td> <td :class=“[ (index%2==0) ? ‘change-color-1’ : ‘change-color-2’]” >{{item.bet_amount}}<img src=“app/assets/images/dropdown-3.png” class=“img” /></td> </tr> </tbody> </table>
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Hello,
I’m pretty sure that’s possible. Additionally, after a quick Google search, I can see that there are some plugins/articles you can use to do achieve the desired outcome.
One of the things I mentioned first was located in the VueJS forum :
Regards, KFSys
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.