I just had a request from a client to add an editable column to a query where they could click on a 'star' to indicate an item's rating.
So that it shows 5 stars and when they click on the 5th one, all five light up, if they click on the 4th one, the first 4 light up, etc...
I found a short discussion on this from several years ago that mentioned using HTML, and I think Javascript, to do something like this. But there was not a lot of detail on the discussion.
Has anyone done anything like this? If so, would you be willing to share how you accomplished it?
Thanks,
Jim