dansing
Icon Visibility on Text Column depending on record value
and just for additional, I recommend to add your status value in your related model for readability 🙂
e.g
const ORDER_STATUS_PAID = 4;
const ORDER_STATUS_SHIPPED = 5;
const ORDER_STATUS_DELIVERED = 6;
8 replies
Star Rating - Checklist type / Tree / Not sure what to call it tho
Any tips on how I can optimize the part of the code from 120 - 127 https://gist.github.com/dansingian/91c2d2c2f1433923fa7645abca4ff03b
9 replies