Custom display of cell value which depends on other cell's value
Say I have a column with multiple potential value-ranges (values could range from 1-10, 1-100, etc.).
Now, I want to display the upper 20% of records within this column with 5x :thumbsup: emoji's, the second 20% with 4x :thumbsup: emoji's, etc.
Any idea how to achieve this with django-tables2?